I see that I can select Universal for all project types. I guess what I expected was two app delegates and a folder structure for iPad and iPhone. Again I am just going off of tutorials etc that I found online.
I do recall reading that you needed to choose a windows based app because that was the only template that allowed you to select a Universal app. That obviously has changed so I guess they done away with the two app delegates as well. On Mar 16, 2012, at 5:49 AM, Roland King wrote: > I checked all 7 iOS project types when I wrote the reply and they all support > iPhone, iPad and Universal in 4.3.1. > > On Mar 16, 2012, at 6:22 PM, Eric Dolecki wrote: > >> There is only one project type now that supports universal if I remember >> correctly. Just make sure to pick the correct one. >> >> Sent by Eric's faithful iPad. >> >> On Mar 16, 2012, at 1:39 AM, Roland King <[email protected]> wrote: >> >>> Works fine for me. Are you sure, on the first screen after you picked >>> application type, you had 'universal' in the dropdown, I know that's a >>> stupid question but it's all I can think of. You should have two >>> storyboards, one for phone, one for iPad, and the target settings should >>> reflect those as the entry points. All the rest of the code is the same and >>> should be, only the nibs differ. >>> >>> Of course, as the nibs differ, nothing stops you (and this is quite common) >>> writing ipad and iphone versions of your view controllers and even the app >>> delegate (as long as you change the code in main.m appropriately) to load >>> slightly different versions on different platforms, but up-front, the only >>> difference should be the storyboards. >>> >>> >>> On Mar 16, 2012, at 12:54 PM, Donald Largen wrote: >>> >>>> I have been reading up on universal apps and what Xcode does for you, >>>> creating the two entry points, iPad Folder etc. I am running Xcode 4.3.1 >>>> and created a sample project and I noticed all the things I just >>>> mentioned are now gone, or I believe to be gone. >>>> >>>> Can some one explain? >>>> >>>> Thanks >>>> Donald >>>> >>>> _______________________________________________ >>>> >>>> Cocoa-dev mailing list ([email protected]) >>>> >>>> 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: >>>> https://lists.apple.com/mailman/options/cocoa-dev/rols%40rols.org >>>> >>>> This email sent to [email protected] >>> >>> >>> _______________________________________________ >>> >>> Cocoa-dev mailing list ([email protected]) >>> >>> 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: >>> https://lists.apple.com/mailman/options/cocoa-dev/edolecki%40gmail.com >>> >>> This email sent to [email protected] > _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
