Releases: robbdimitrov/RDVCalendarView
Releases · robbdimitrov/RDVCalendarView
RDVCalendarView 1.1.1
Resolved deprecation warnings
Builds successfully with latest SDK and Xcode 10
RDVCalendarView 1.0.7
- Redraw calendar only when the new interface orientation is different from the old one.
RDVCalendarView 1.0.6
- Selection improvements
RDVCalendarView 1.0.5
- Fix a bug with previously selected cell staying highlighted
RDVCalendarView 1.0.4
- Add vertical separators
- Add landscape support for iPhone.
RDVCalendarView 1.0.3
- Add
-calendarView:didChangeMonth:
delegate method to RDVCalendarView, make themonth
property public and read only - DRY up month navigation logic, make RDVCalendarView's
month
property atomic - Pass weak reference to animation blocks, highlight subviews on selection/highlight, add
-dateForIndex:
method
RDVCalendarView 1.0.2
- Call calendarView:didSelectCellAtIndex: method on the delegate when cell is selected.
- Fix date selection bug.
- Add -showCurrentMonth method to RDVCalendarView.
RDVCalendarView 1.0.1
Add podspec, make the width of previous and next month buttons to be minimum 44px.
RDVCalendarView 1.0
Highly customizable calendarView and calendarViewController for iOS
- Supports iPad and iPhone
- Supports landscape and portrait orientations
- Highly customizable
- Fully localized using NSLocale