On Tue, Mar 30, 2010 at 11:06 PM, Gideon King <gid...@novamind.com> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com