DatePickerViewController
DatePickerViewController that gives a feel of UIAlertView
Usage
- Add DatePickerVC class to your project.
- 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)
