Releases: jivesoftware/PDTSimpleCalendar
Releases · jivesoftware/PDTSimpleCalendar
0.9.1
0.9.0
- Last version compatible with iOS6. Following versions will be compatible iOS7+. Regarding the adoption rate of iOS8 & 7. I doubt this is gonna be an issue.
- You can now display a fixed-header with the days of the week. Set
weekdayHeaderEnabled = YES
to display it. For Backward compatibility, the default behavior is NO. Although having it visible might become the default behavior in 1.0.
You can also tweak the style of the weekdays by setting the propertyweekdayTextType
; setSelectedDate:animated:
has been removed. If you were still using it, use theselectedDate
property +scrollToDate:animated:
(orscrollToSelectedDate:
)- More Tests (but still many more needed specially for date calculation)!!! If you wanna contribute run pod install before opening the Workspace.
0.8.0
0.7.1
- New delegate method to disable specific dates:
- (BOOL)simpleCalendarViewController:(PDTSimpleCalendarViewController *)controller isEnabledDate:(NSDate *)date;
- Accessibility Labels on Cell will return a proper formatted date.
- Change Header and Day font using appearance proxy