Releases: graycampbell/GCCalendar
Releases · graycampbell/GCCalendar
Version 2.1.0
Release Notes
- Updates project to Swift 3.1.
Version 2.0.1
Release Notes
- Adds completed documentation.
Version 2.0.0
Release Notes
- Updates project to Swift 3.0 (including syntax changes, renamed functions, etc.).
- Replaces GCCalendarViewController with GCCalendarView and GCCalendarViewDelegate.
- Adds localized calendar compatibility.
- Removes auto-updating calendar display mode.
Version 1.1.3
Release Notes
- Fixes a bug that caused some previous weeks to be hidden if past days were disabled.
Version 1.1.2
Release Notes
- Clean implementation using GCCalendarViewController.
- Simple today button integration using
self.calendarView.today()
. - Extensive customization options including colors, fonts, and past day disabling.
- Two calendar modes (week and month) with optional auto-switching based on device orientation.