Apple watch scene Background scrolls

我的未来我决定 提交于 2020-01-16 02:26:09

问题


I am developing an app for Apple's new iWatch.

As its iWatch appilcation we must use storyboard with limited controls.

Our graphics team is asking to set Background in all the scenes in the storyboard.

We have successfully set Background property of scene but problem is when screen scrolls the background image also scrolls.

So my problem is simple i just want groups on my scene to scroll not the Background i set to scene.

Thanks in advance.


回答1:


The short answer is no. This answer was referring to table background, but is equally applicable here. https://stackoverflow.com/a/29610011/3704092

WatchKit doesn't allow you to set z-index on UI elements, which is what you would need to pull off the effect you're looking for.



来源:https://stackoverflow.com/questions/30076816/apple-watch-scene-background-scrolls

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