iOS 7 status bar overlaps camera controls on UIImagePickerController

前端 未结 9 2360
星月不相逢
星月不相逢 2020-12-15 01:18

I\'ve tried setting the Info.plist \'View controller-based status bar appearance\' to NO, I\'ve tried calling

[[UIApplication sharedApplication] setStatusBar         


        
9条回答
  •  旧巷少年郎
    2020-12-15 01:45

    There's an additional setting you need to turn on, starting in iOS 7. In your app's Info.plist, add a line for View controller-based status bar appearance, a Boolean, and set it to NO.

提交回复
热议问题