How do I bring a CALayer sublayer to the front of all sublayers, analogous to -[UIView bringSubviewToFront]?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
This is variation of @MattDiPasquale's implementation which reflects UIView's logic more precisely:
Note: if you don't use ARC, you may wish to add |
||||
|
|
|
I don't think such methods exist, but it's easy to roll your own.
|
|||||||
|
|
Right code here
|
|||
|
|