Status bar and navigation bar appear over my view's bounds in iOS 7

后端 未结 20 2041
既然无缘
既然无缘 2020-11-22 07:09

I recently downloaded Xcode 5 DP to test my apps in iOS 7. The first thing I noticed and confirmed is that my view\'s bounds is not always resized to account for the status

20条回答
  •  不要未来只要你来
    2020-11-22 08:03

    Steps For Hide the status bar in iOS 7:

    1.Go to your application info.plist file.

    2.And Set, View controller-based status bar appearance : Boolean NO

    Hope i solved the status bar issue.....

提交回复
热议问题