iphone - How do you ensure a UIView to be frontmost? -


i have uilabels animating on mainview , want have custom uiview pop onto main view when button pressed. labels animating in background continue animate , problem i'm having labels animate on top of custom uiview.

does know how can ensure custom uiview front-most view uilabels animate behind it?

you may want at

- (void)bringsubviewtofront:(uiview *)view 

in parent view.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -