I have an application that uses a few different master/detail relationships 
within its model and I'm having trouble figuring out how to represent that in 
the UI.  Conceptually, I want a toolbar that is always available, with some 
buttons that choose what kind of thing should be displayed (plus some other 
global options).  The chosen type of thing is then shown in a split view.  When 
something different is chosen, the split view shows that instead.

Problem #1 is that the view obtained from the split view controller seems to 
insist on taking up the entire window.  I could compromise on that by having my 
toolbar duplicated in different detail views, but problem #2 is that I don't 
see a reasonable way of replacing contained views or view controllers after the 
split view has been initialized from the nib.

I'm going to try experimenting with multiple UISplitViewController objects and 
swapping those (along with duplicated toolbars), but once again I feel there 
should be an easier way that I'm overlooking.

Thanks in advance for tips or pointers to sample 
code._______________________________________________

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