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: Kyle Sluder <email@hidden>
- Date: Tue, 30 Mar 2010 23:46:23 -0700
On Tue, Mar 30, 2010 at 11:06 PM, Gideon King <email@hidden> wrote:
> Any suggestions on how I could get this to work?
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