Interacting with contents of UIPopoverPresentationController on regular sized iPhones?
问题 It appears - at least by default, that while you can interact with the contents of a popover on a plus iPhone and dismiss it by tapping on the background, on a regular, non plus phone, the behavior is the opposite. Does anyone know how to correct and/or configure this so that you can interact with a popover on an regular iPhone? I have a sample that demonstrates the problem here: https://github.com/chrisco314/iPhone-Popover-Test, but the relevant code is: class PresentingViewController: