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
Post a Comment