ActionSheetPicker-3.0
ActionSheetPicker-3.0 copied to clipboard
ActionSheetStringPicker is dismissed on iPhone Rotation
I'm using an ActionSheetStringPicker and when rotating the device on iPhone the picker is simply dismissed. Is this the expected behavior?
Looking at the code it registers for the device rotation notification and calls dismissPicker on rotation and that's it. It just goes away. My app supports three orientations on iPhone, like many apps. I want the picker to just rotate, not dismiss. What am I missing?
BTW, If I comment out the code in dismissPicker, after rotation the picker remains on screen but it looks like the screenshot in https://github.com/skywinder/ActionSheetPicker-3.0/issues/294