Apple Watch page based interface overflowing on initial controller

匆匆过客 提交于 2019-12-11 02:21:12

问题


While creating an Apple Watch app I noticed something strange.

My Initial Controller is always vertically overflowing when using a page based interface. If I remove the 'next-page segue' everything works fine.

The strange thing is that even empty controllers will overflow and all the following controllers won't. It seems to appear on the initial controller only.

Is there someway to stop this vertical overflow?


回答1:


I just verified @Ashraf's findings...this appears to be a regression with the Xcode 6.2 GM release (this was not happening in Xcode 6.2 beta 5). I have tried multiple workarounds to no avail. I'd highly suggest filing a Serious Bug radar on Apple's bug reporting system.



来源:https://stackoverflow.com/questions/29049643/apple-watch-page-based-interface-overflowing-on-initial-controller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!