At the moment, the way that the inner view controller is being presented is hacky at best, and results in janky presentation/dismissal behavior. A better solution would be to use UIPresentationController, enabling support for less janky animations as well as popover presentation.
At the moment, the way that the inner view controller is being presented is hacky at best, and results in janky presentation/dismissal behavior. A better solution would be to use
UIPresentationController, enabling support for less janky animations as well as popover presentation.