• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
iOS - Hide Master view in a split view
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iOS - Hide Master view in a split view


  • Subject: iOS - Hide Master view in a split view
  • From: Eric Gorr <email@hidden>
  • Date: Thu, 24 Mar 2011 17:27:51 -0400

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

  • Follow-Ups:
    • Re: iOS - Hide Master view in a split view
      • From: WT <email@hidden>
  • Prev by Date: Re: CoreData questions: How to reset NSManagedObject, how to "Un-manage" an NSManagedObject.
  • Next by Date: Re: iOS - Hide Master view in a split view
  • Previous by thread: Re: Parsing XML to CoreData
  • Next by thread: Re: iOS - Hide Master view in a split view
  • Index(es):
    • Date
    • Thread