Problem using zPosition on layer backed views
Problem using zPosition on layer backed views
- Subject: Problem using zPosition on layer backed views
- From: Gideon King <email@hidden>
- Date: Sun, 31 Oct 2010 22:13:18 +1000
I have a view with several subviews, all layer backed. These subviews are siblings. I want to bring one of them in front of the others, so I set the zPosition of the others to a zPosition of 1 and the one I want in front to a zPosition of 2. Nothing happens - the one I want in front is still drawn behind the other ones. While I could reorder the subviews in the array, I really don't want to do that if I don't have to - I would rather use the zPosition.
I have tried the same logic on pure layers and it works as expected, but for this application I need to use views.
I have found some other places on the web where it appears that people are successfully using zPosition on layer backed views.
Any suggestions as to what I may be missing?
Thanks
Gideon
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden