Skip to content

Commit

Permalink
Add didSelectRangeForStartDate delegate to popoverVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Nov 21, 2017
1 parent d397a61 commit 31179b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios_calendar/PopoverViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ - (void)didDoubleTapCalendar:(NSDate *)date withType:(NSInteger)type
NSLog(@"didDoubleTapCalendar:%@ withType:%ld", date, (long)type);
}

- (void) didSelectRangeForStartDate:(NSDate *)startDate andEndDate:(NSDate *)endDate{
NSLog(@"%s: start date :%@ \n end date : %@",__PRETTY_FUNCTION__,startDate,endDate);
}

@end

0 comments on commit 31179b3

Please sign in to comment.