Re: app developed for iPhone is compatible with iPad

2012-09-26 Thread Koen van der Drift
Session 305 of the 2010 WWDC developer videos discusses how to adapt an app for 
iPhone and iPad.

- Koen.


On Sep 26, 2012, at 4:43 AM, kiran kumar  wrote:

> Hi Everyone,
> 
> I am new to iOS development.
> 
> Is the app developed for iPhone is compatible with iPad / we need to take 
> care in code for window resizing etc?
> 
> 
> 
> Regards,
> Kiran.K
> 
> 
> The information contained in this email and any attachments is confidential 
> and may be subject to copyright or other intellectual property protection. If 
> you are not the intended recipient, you are not authorized to use or disclose 
> this information, and we request that you notify us by reply mail or 
> telephone and delete the original message from your mail system.
> ___
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/koenvanderdrift%40gmail.com
> 
> This email sent to koenvanderdr...@gmail.com


___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: app developed for iPhone is compatible with iPad

2012-09-26 Thread David Duncan
On Sep 26, 2012, at 4:43 AM, kiran kumar  wrote:

> Is the app developed for iPhone is compatible with iPad / we need to take 
> care in code for window resizing etc?


If you create an iPhone only application, then it will run on iPad in 
compatibility mode (centered on the screen with an option for double sizing). 
If you create a Universal application, then you can provide a native UI for 
both device idioms. You will need to take some care there, but the templates 
should manage the very basic bits for you (i.e. the aforementioned window 
resizing).
--
David Duncan


___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com