Search code examples
ioswatchkitapple-watch

How can I get a [Glance] Interface Controller / blank slate for Apple Watch?


In the default storyboard for an Apple Watch application, the Interface Controller has a black rectangle at the top with the time, and the Glance Interface Controller has two Groups.

I would like for both to have the viewport completely covered by my imagery, with a background image that exactly fits the Apple Watch viewport, and a UIImageView portraying a partially transparent PNG, rotated and translated.

I've so far tried and failed to find out how to manipulate XCode's UI to delete e.g. the two Groups in the Glance image.

Is fully covering the viewport available for Glances and/or the main interface, and if so, how?

Thanks,


Solution

  • If I remember correctly this is not possible since all glances should basically provide some similar structure.