Reproduction:
- Present a simple
UIViewController with vc.modalPresentationStyle = UIModalPresentationFormSheet
- Shake the device.
- Observe that the following error is produced:
Warning: Attempt to present <UIAlertController: 0x7fba7bd348f0> on <UIViewController: 0x7fba7bf4a1e0> which is already presenting <UIViewController: 0x7fba7bee1d90>
I've run into this issue because I put a RootView into a modally presented formsheet, and wish to test solely that.
Reproduction:
UIViewControllerwithvc.modalPresentationStyle = UIModalPresentationFormSheetI've run into this issue because I put a RootView into a modally presented formsheet, and wish to test solely that.