Custom DatePickerViewController in Swift
Custom DatepickerViewController Swift
Custom DatepickerViewController
Call this Class like below
let picker = CustomDatePickerViewController(title: "Schedule", from: Date()) picker.okButtonSelected { (selectedDate) in print(selectedDate.time) print(selectedDate.day) } DispatchQueue.main.async { self.present(picker, animated: true, completion: nil) }
View On WordPress









