UIView display issue in iOS 7

前端 未结 5 2007
长发绾君心
长发绾君心 2020-12-10 09:23

I already make the app for ios 6 using xib. All the views are shown perfectly same as xib. But in IOS 7, due to the status Bar the views are moves to up & there is a bla

5条回答
  •  失恋的感觉
    2020-12-10 09:38

    Move your views so they appear correctly for iOS7 and use the iOS6/7 Deltas setting in interface builder to add the correct amount of delta height so your view appears correctly in iOS6.

    iOS 6/7 Deltas

    Also see: https://stackoverflow.com/a/19025547/1545180

提交回复
热议问题