I am trying to figure out how to hide the master view in a split view while in 
landscape mode. Searching, I found the suggestion to try:

[[master view] setFrame:CGRectMake(0, 0, 0, 0)];        
[[detail view] setFrame:splitBounds];

However, this does not appear to work.

What is the recommend method for hiding the master view in landscape mode so 
the detail view can make use of the entire screen?

Thanks.



_______________________________________________

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