Set shouldAutorotate to false with Photolibrary
问题 If I add a popover with access to my photo gallery from the iPad the system always crash with the following message: Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [PUUIAlbumListViewController shouldAutorotate] is returning YES' But I already set up in my Projekt Information just to support Landscape Mode. So I added the following function override func shouldAutorotate()