PIDatePicker icon indicating copy to clipboard operation
PIDatePicker copied to clipboard

[DEPRECATED] A customizable implementation of UIDatePicker, written in Swift.

Results 3 PIDatePicker issues
Sort by recently updated
recently updated
newest added

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