UIImagePickerController on iPad with IOS9

前端 未结 7 1123
陌清茗
陌清茗 2021-02-01 03:06

Since iOS 9 and Xcode 7 I am no longer able to implemet a UIImagePickerController on an iPad (both device and simulator). The code below works on the iPad but only prior to iOS

7条回答
  •  Happy的楠姐
    2021-02-01 03:53

    It seems like you are using IB and auto layout but have set a right constraint. Try to add some constraint in your storyboard.

提交回复
热议问题