iphone - put subviews of a UIView in front of its CALayer? -


is possible? basically, want give uiview subview, , have subview in front of view's layer (more specifically, in front of said layer's border).

of course achieve effect want making 2 subviews of view's superview, 1 on top of other. i'd rather avoid if possible.

i looked while myself; don't believe possible. solved issue by, hint at, adding subview , parent same 'container' superview. matter of ordering 2 subviews, subview above other , border.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -