Skip to content

Releases: jivesoftware/PDTSimpleCalendar

0.9.1

26 Aug 23:04
Compare
Choose a tag to compare
  • Fix bug on iOS7 related to week calculation and resulting on a crash (#69)
  • Fix Carthage build

0.9.0

10 Aug 15:38
Compare
Choose a tag to compare
  • 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 property weekdayTextType;
  • setSelectedDate:animated: has been removed. If you were still using it, use the selectedDate property + scrollToDate:animated: (or scrollToSelectedDate:)
  • 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

09 Aug 16:03
Compare
Choose a tag to compare
  • Bug fixes and small improvements
  • Carthage compatible

0.7.1

09 Aug 16:05
Compare
Choose a tag to compare
  • 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