Skip to content

Releases: graycampbell/GCCalendar

Version 2.1.0

30 Mar 00:34
Compare
Choose a tag to compare

Release Notes

  • Updates project to Swift 3.1.

Version 2.0.1

13 Mar 21:37
Compare
Choose a tag to compare

Release Notes

  • Adds completed documentation.

Version 2.0.0

11 Mar 00:52
Compare
Choose a tag to compare

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

03 Apr 19:34
Compare
Choose a tag to compare

Release Notes

  • Fixes a bug that caused some previous weeks to be hidden if past days were disabled.

Version 1.1.2

30 Mar 06:13
Compare
Choose a tag to compare

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.