UIButton on top of other objects

2011-07-18 Thread Fernando Aureliano
I have a project that have one UIScroView who is loaded by viewDidLoad. On nib of this class, I have an UIButton who I put there by IntefaceBuilder. Then, when I run the project, the UIScrowView always stay on top of my button. how do I get my button is on top of UIScrollView? Thanks! --

Re: UIButton on top of other objects

2011-07-18 Thread Evadne Wu
You can open the XIB in Interface Builder, than use the Arrange Bring To Front command to make sure the button is always at front. I think this is the best solution if the bug really is this simple. Otherwise maybe -[UIView bringSubviewToFront:]. -ev On Jul 19, 2011, at 04:41, Fernando