Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. - (void) calendarMonthView:(TKCalendarMonthView*)monthView didSelectDate:(NSDate*)date{
  2. // if your predefined date = passed date, show your popup (UIAlertView?)
  3. }
  4.  
  5. -(void)calendarMonthView:(TKCalendarMonthView*)monthView didSelectDate:(NSDate*)date{
  6.  
  7. if([[dataArray objectAtIndex:date.dateinformation.day - 1]boolValue])
  8. {
  9. //Pop view code
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement