Skip to content

Commit

Permalink
Fix: Outdated doc for setSelectedDate jivesoftware#55
Browse files Browse the repository at this point in the history
jmig committed Mar 16, 2015

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent e466904 commit d70deac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PDTSimpleCalendar/PDTSimpleCalendarViewController.h
Original file line number Diff line number Diff line change
@@ -38,7 +38,8 @@

/**
* Selected date displayed by the calendar.
* Changing this value will cause the calendar to scroll to this date (without animation).
* Changing this value will not cause the calendar to scroll to this date.
* You need to manually call scrollToSelectedDate:(BOOL)animated if you want this behavior.
*/
@property (nonatomic, strong) NSDate *selectedDate;

0 comments on commit d70deac

Please sign in to comment.