BXCalendar 1.0.0

BXCalendar 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SPMSupports SPM

Maintained by Banxi Lee.



  • By
  • banxi1988

[Preview1

Usage

let vc = BXCalendarDatePickerController()
vc.updateSelectedDates([NSDate()])
vc.didSelectedDates = { dates in
}

presentViewController(vc, animated: true, completion: nil)

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

BXCalendar is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BXCalendar"

If Swift 2.2 then use 0.1.3 else if Swift 3 then use the latest version.

Author

banxi1988, [email protected]

License

BXCalendar is available under the MIT license. See the LICENSE file for more info.