iOS 8 Orientation change: Keyboard frame does not display correctly

后端 未结 2 702
遥遥无期
遥遥无期 2021-01-13 05:24

This is only an iOS 8 problem, the keyboard displays correctly in iOS 7 with device orientation change. My application supports both portrait and landscape orientation and u

2条回答
  •  渐次进展
    2021-01-13 06:02

    It is is not a bug of iOS8 or iPhone 6. It is problem of the correct migration of old projects to xCode6.

    You simply need to add Launch screen interface file base name key to Info.plist file.

    Detailed explanation of this case you can find here.

提交回复
热议问题