Search code examples
iosscrolloverflowwatchkitapple-watch

Apple Watch page based interface overflowing on initial controller


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?

38MM Apple Watch Simulator Screenshot


Solution

  • 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.