Hi Kyle

Sure am.
Lets call it then the Launch image.
We do need to show something if the application is establishing a remote 
connection. This screen I'm show as a modal view shows up upside down :(

I've had that orientation issue with other applications when I'm 
programmatically creating controllers and loading views from nib.

Since controllers are responsible for managing all orientation, either the 
manually created controllers lack this ability to lookup for the current 
orientation of the device, or there is a missing link with those orphan 
controllers and the ones that are receiving the notifications from the 
framework (the main and its direct framework-created friends).

Any idea why this modal is showing up this way, even though it is shown by the 
main controller of the application?

thx.
Eric.

On 2010-08-25, at 08:30, Kyle Sluder wrote:

> On Aug 25, 2010, at 7:57 AM, Eric Giguere <eric.gigu...@videotron.ca> wrote:
> 
>> Hi all
>> 
>> I have a small problem here with a small application I'm writing for the 
>> iPad.
>> 
>> First, I manually show a splash screen. Doing so instead of using the 
>> default.png behavior allows controlling the time the spash is shown on 
>> screen. To do this, I've found a quite simple example on the net that can be 
>> resumed to this function:
> 
> As I'm sure you're aware, the HIG specifically advises against splash screens:
> 
> "Avoid displaying an About window, a splash screen, or providing any other 
> type of startup experience that prevents people from using your application 
> immediately."
> 
> http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/HandleTasks/HandleTasks.html#//apple_ref/doc/uid/TP40006556-CH16-SW2
> 
> --Kyle Sluder

Eric Giguere
eric.gigu...@videotron.ca



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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