> It works OK with non layer-backed views in my experience, but you do get a 
> build warning if sibling views overlap in a nib.  Sibling views are drawn in 
> the order they appear in the parent's list of subviews (or possibly the 
> inverse order, I don't precisely recall).  The exact effect you get depends 
> on whether they erase the background first and suchlike.

Also, IB had (has?) a bug where it would unarchive views in the
reverse order from which they were stored in the nib. IB does allow
you to reorder subviews, so if you are still being bitten by this you
could build your interface and then reorder the views such that they
are backwards. Then they should unarchive correctly at runtime.

--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

Reply via email to