CalendarKit Versions Save

📅 Calendar for Apple platforms in Swift

1.1.8

1 year ago
  • iOS 11 is now a minimum deployment target
  • Library code simplified for Swift 5.7

1.1.0

2 years ago

startDate and endDate properties in EventDescriptor have been replaced with DateInterval API: https://developer.apple.com/documentation/foundation/dateinterval

This version requires iOS 10+

1.0.0

3 years ago

0.14.0

3 years ago

0.13.0

4 years ago

This version contains updated library API. Methods and properties that are not recommended to be used by the clients are hidden with the private keyword now. On the other hand, a big portion of the library has been exposed with the public modifiers, so that it's now possible to use CalendarKit's components to create an own custom user interface.

#242

0.12.5

4 years ago

0.12.1

4 years ago

0.12.0

4 years ago

0.11.2

4 years ago

AM/PM symbols localized "all-day" localized

0.11.0

4 years ago
  1. Moved CalendarStyle to use structs instead of classes with NSCopying protocol support.
  2. It is possible to move an event to the day before or after the currently visible on a timeline by dragging past midnight, either all the way up or down.
  3. Fix fo issue #159