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'winann
-
import MGMonthableDatePicker -
your viewController or view adopt
MonthOrDayStyleDatePickable -
config sth.(eg: beginDate / endDate / style)
-
invoke
selectDate(_:)method -
receive
Datedo what you like
MGMonthableDatePicker is available under the MIT license. See the LICENSE file for more info.
