glennbrann
glennbrann

Reputation: 173

WatchKit context menu shifting interface controller

I seem to be encountering a problem with the latest Xcode 6.3 beta 2.

When I launch the context menu by holding down in simulator it seems to shift my interface controller up and can't seem to figure out why. This problem also happens when I present a view controller when table cell is pressed

Before context menu is launched https://i.sstatic.net/ydUjG.png

after context menu is launched https://i.sstatic.net/m4qFQ.png

Would this be because I'm using paged navigation?
or
Would this be just a little bug in the simulator?

I would really appreciate if you could help.

Upvotes: 1

Views: 337

Answers (1)

Stephen Johnson
Stephen Johnson

Reputation: 5121

For WatchKit development you should be using Xcode 6.2 and not 6.3.

Upvotes: 1

Related Questions