MGMonthableDatePicker 1.0.0

MGMonthableDatePicker 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Winann.



  • By
  • winann

MGMonthableDatePicker

CI Status
Version
License
Platform

Example

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

Requirements

Installation

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

Author

winann

Usage

  1. import MGMonthableDatePicker

  2. your viewController or view adopt MonthOrDayStyleDatePickable

  3. config sth.(eg: beginDate / endDate / style)

  4. invoke selectDate(_:) method

  5. receive Date do what you like

Screenshot

License

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