vote up 0 vote down star

I have a view xib that contains an info button. I'm doing animation on the UIView by adding CALayer objects to the view's layer and animating these layers. I'm careful to place these layers behind the info button by moving their zPosition. The problem is that on a real iPod touch the info button does not show in the view, even though it's area is responding fine to touches. Note that the same button shows fine in the simulator.

flag

69% accept rate

1 Answer

vote up 0 vote down check

I fixed this by removing the info button layer from its super layer, then adding my own layers used for animation and finally adding back the info button layer. This does keep the info button layer properly displayed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.