skywinder / ActionSheetPicker-3.0

Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
http://skywinder.github.io/ActionSheetPicker-3.0
BSD 3-Clause "New" or "Revised" License
3.4k stars 740 forks source link

Picker not appearing if try to show back to back #543

Open mrafayfarooq opened 3 years ago

mrafayfarooq commented 3 years ago

I have a use case where I am showing two pickers one after the other. I noticed that on the iPad, if I show one picker and on Success block, try to show another ActionSheet Picker it doesn't show up maybe because the origin of the first picker and the second is the same and if the first one doesn't dismiss, the second one cant be shown. Is there a way to dismiss the current picker using any API before showing the second one?