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

时光总嘲笑我的痴心妄想 提交于 2019-12-10 23:16:31

问题


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,


回答1:


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



来源:https://stackoverflow.com/questions/33089008/how-can-i-get-a-glance-interface-controller-blank-slate-for-apple-watch

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