Re: My app thinks it is a phone. Why?
Re: My app thinks it is a phone. Why?
- Subject: Re: My app thinks it is a phone. Why?
- From: David Duncan <email@hidden>
- Date: Mon, 07 May 2012 11:08:21 -0700
On May 5, 2012, at 10:15 PM, Gerriet M. Denkmann wrote:
> My app (iOS 5.1) has a xib called MainWindow.xib which does NOT contain a window, just two objects, one of this is an UIApplicationDelegate.
>
> This UIApplicationDelegate has:
>
> - (void)applicationDidFinishLaunching:(UIApplication *)application
> {
> NSLog(@"%s %u",__FUNCTION__,[[UIDevice currentDevice] userInterfaceIdiom]);
> ...
> }
>
> When I run this in iPad 5.1 Simulator, it prints "0" = UIUserInterfaceIdiomPhone.
>
> Why does this thing delude itself being a phone?
>
> (This was an iPhone project, which I am now trying to make universal).
Are you sure you've configured your application to target both iPhone and iPad? Check that the Project and Target levels match and say the same thing.
--
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