• 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
Re: UIViewController and splash screen orientation issue on iPad
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UIViewController and splash screen orientation issue on iPad


  • Subject: Re: UIViewController and splash screen orientation issue on iPad
  • From: David Duncan <email@hidden>
  • Date: Wed, 25 Aug 2010 09:35:44 -0700

On Aug 25, 2010, at 4:57 AM, Eric Giguere wrote:

> The problem is that when I start the application with the Pad upside down, the splash view does not get auto-rotated even though my main view behind it is always showing with the right orientation.


Thats because the view controller managing your view only supports Portrait orientation (because you didn't subclass UIViewController to do otherwise). You need to create a UIViewController subclass to do this that supports all orientations. Assuming your view doesn't require complex layout or image changes (i.e. supporting the portrait and landscape default pngs) it should just work from there.
--
David Duncan

_______________________________________________

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: UIViewController and splash screen orientation issue on iPad
      • From: Eric Giguere <email@hidden>
References: 
 >UIViewController and splash screen orientation issue on iPad (From: Eric Giguere <email@hidden>)

  • Prev by Date: Re: Autorelease Pool Question.
  • Next by Date: Re: Difference between NSOperationQueue and NSThread in iOS4?
  • Previous by thread: Re: UIViewController and splash screen orientation issue on iPad
  • Next by thread: Re: UIViewController and splash screen orientation issue on iPad
  • Index(es):
    • Date
    • Thread