CRDatepicker 0.1.1

CRDatepicker 0.1.1

Maintained by CHOLA.



  • By
  • chola

CRDatepicker

CI Status Version License Platform

Example

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

Requirements

Screenshot

crdatepickerscreen

Installation

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

pod 'CRDatepicker'

How to use

STEP 1:

Trigger Date picker

import CRDatepicker

let vc : CRDatepicker = CRDatepicker.create() as! CRDatepicker
vc.delegate = self
vc.showCRDate(obj: self)

STEP 2:

Date picker callback

CRDatepickerDelegate

func dateUpdate(_ strDate: String) {

}

Author

chola, [email protected]

License

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