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
Hi. I can't find a way to track when a user brings up the calendar, then dismisses by touching outside the calendar. It doesn't call datePickerCancelPressed. Maybe I'm missing something. Any help is appreciated.
Love this simple calendar control. Fits my app well.
The text was updated successfully, but these errors were encountered:
Hi,
actually you're supposed to close the picker by yourself when datePickerCancelPressed is called, so it can't call that specific method.
If you'd check the code of KNSemiModalViewController which I used to create the semitransparent background, you'd see these 3 notifications
I can understand that you don't wanna catch the notification so I added an optional method in the protocol that will be called when the date picker has been hidden.
awesome. Thanks for adding this. I always try to think of all they ways that a user would cancel the modal and catch them to update the UI. Thanks for this date picker.
Hi. I can't find a way to track when a user brings up the calendar, then dismisses by touching outside the calendar. It doesn't call datePickerCancelPressed. Maybe I'm missing something. Any help is appreciated.
Love this simple calendar control. Fits my app well.
The text was updated successfully, but these errors were encountered: