GitHub - rahul9988/DatePickerViewController: DatePickerViewController that gives a feel of UIAlertView

DatePickerViewController

DatePickerViewController that gives a feel of UIAlertView

Screenshot of Quick Chat for iOS

Usage

  1. Add DatePickerVC class to your project.
  2. Create DatePickerVC instance and.
let datePickerVC = DatePickerVC(title: "Select a Date", pickTitle: "Select", cancelTitle: "Cancel", completion: { (date, canceled) in
           print(d.string())
        }, delegate:self)
self.present(datePickerVC, animated: true, completion: nil)