UIView height is not right on iPhone 5

后端 未结 4 1561
别那么骄傲
别那么骄傲 2020-12-28 08:34

I am migrating my apps over and on one I use a UIPickerView. In the viewDidLoad method I create the picker and set it\'s y origin to be self.view.frame.si

4条回答
  •  礼貌的吻别
    2020-12-28 09:30

    It looks like iOS detects the app is designed for use on iPhone 5 after detecting a Default-568h@2x.png image in your bundle. How to develop or migrate apps for iPhone 5 screen resolution? has a complete answer outlining the entire process.

提交回复
热议问题