PIDatePicker
PIDatePicker copied to clipboard
[DEPRECATED] A customizable implementation of UIDatePicker, written in Swift.
I've had to use PIDatePicker in an Objective-C project and PIDatePickerDelegate didn't show up when I wanted to implement it. Having solved this issue, I publish my solution for the...
This is a different approach on the date picker customization by using extensions and method swizzling.
While using the library in an objective c project, Xcode header generator was unable to create the delegate variable. Adding @objc to the protocol declaration resolves the issue