问题
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