Re: UIButton on top of other objects
Re: UIButton on top of other objects
- Subject: Re: UIButton on top of other objects
- From: Evadne Wu <email@hidden>
- Date: Tue, 19 Jul 2011 04:58:52 +0800
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 Aureliano wrote:
> 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!
>
> --
> *Fernando Aureliano*
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden