TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Nov 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✗ |
Maintained by Winann.
To run the example project, clone the repo, and run pod install
from the Example directory first.
MGMonthableDatePicker is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'MGMonthableDatePicker', '~> '1.0.0' // Swift 4.0
pod 'MGMonthableDatePicker', '~> '0.1.6' // less than Swift 3.0
winann
import MGMonthableDatePicker
your viewController or view adopt MonthOrDayStyleDatePickable
config sth.(eg: beginDate / endDate / style)
invoke selectDate(_:)
method
receive Date
do what you like
MGMonthableDatePicker is available under the MIT license. See the LICENSE file for more info.