I've been programming for a few years but I'm new to the Apple development environment. Just started a two weeks ago!
I'm writing some software with watchOS 2.0, and I'm curious if anyone has come up with an algorithm or workflow to animate the position of a WKInterfaceGroup. I know that you can animate a group's Width and Height, therefore we have the ability to "push" other objects back and forth. However, this style of animation is quite unconventional.
Also, this is a semi-related bullet point but has anyone found a good way to make a virtual Z-index? I use groups stacked inside of each other (height and width is set to "Relative") to emulate a recursive set of transparent layers. This only works with the Background Image, to my knowledge.
I apologize if the post appears to contain two questions but answering one may eliminate the need for answering the other.
I appreciate the feedback!