Skip to content

一个简单的符合中国国情的日历选择组件 ,支持多选

License

Notifications You must be signed in to change notification settings

codetalks-new/BXCalendar

Repository files navigation

BXCalendar

CI Status Version License Platform

[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, banxi1988@gmail.com

License

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

About

一个简单的符合中国国情的日历选择组件 ,支持多选

Resources

License

Stars

Watchers

Forks

Packages

No packages published