You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request, please add a delegate that is called on a custom button being clicked.
The delegate can be called with or without the need to value in the picker.
The text was updated successfully, but these errors were encountered:
There's a workaround for this, at least on the ActionSheetDatePicker. Make a subclass of the ActionSheetDatePicker and override the method
- (void)customButtonPressed:(id)sender
You can put your custom code inside. In my case I added a property to the subclass, which is a block, similar to ActionDateDoneBlock, and I called the block inside customButtonPressed.
Feature request, please add a delegate that is called on a custom button being clicked.
The delegate can be called with or without the need to value in the picker.
The text was updated successfully, but these errors were encountered: