Re: Adding fixed position subview over a scrollview
Re: Adding fixed position subview over a scrollview
- Subject: Re: Adding fixed position subview over a scrollview
- From: Gideon King <email@hidden>
- Date: Wed, 31 Mar 2010 17:17:27 +1000
Thanks, but it does have to work on 10.5.
Gideon
On 31/03/2010, at 4:46 PM, Kyle Sluder wrote:
> Why does it need to be a subview of the scroll view? If you're
> targeting 10.6 it sounds like you could just make it a peer of the
> scroll view and size it appropriately. Just make sure that you return
> NO from -isOpaque if required, and that you fix the z-order in
> -awakeFromNib (I believe IB still has a bug where it encodes objects
> in backwards z-order).
>
> If you're targeting 10.5, sibling views can't overlap.
>
> --Kyle Sluder
_______________________________________________
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