This is a migrated thread and some comments may be shown as answers.

selected event

3 Answers 25 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Francisco
Top achievements
Rank 1
Francisco asked on 19 Nov 2014, 11:27 AM
What method should I write to know when a event has been selected? For example, in order to open a detailed window about the event
is it possible?

Thank you

3 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 20 Nov 2014, 08:24 AM
Hello Francisco,

Have you checked this help article ?
Let me know if the 
- (void)calendar:(TKCalendar *)calendar didSelectDate:(NSDate *)date

delegate method works for you .

Regards,
Pavel Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Francisco
Top achievements
Rank 1
answered on 20 Nov 2014, 08:30 AM
Definitely I found my problem.
A didn't added UITableViewDelegate and this method

func tableView(tableView: UITableView,
        didSelectRowAtIndexPath indexPath: NSIndexPath)

did not get executed.

Thank you!
0
Pavel Pavlov
Telerik team
answered on 20 Nov 2014, 08:42 AM
Hello,

I am glad you you have solved the issue. 

Let me know in case you further encounter any problems implementing your scenario with TKCalendar.

Regards,
Pavel Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Calendar
Asked by
Francisco
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Francisco
Top achievements
Rank 1
Share this question
or