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
I notice that picker view is only created in -(IBAction)showPicker function. Probably you could create two delegate/protocol method: - (void)downPicker:(DownPicker *)downPicker willShowWithToolbar:(UIToolbar *)toolbar after pickerView is being instantialized and - (void)downPicker:(DownPicker *)downPicker didShowWithToolbar:(UIToolbar *)toolbar inside showPicker function.
Please expose picker's toolbar for easier customisation.
The text was updated successfully, but these errors were encountered: