Re: Auto scaling in IOS device Family (Mobile Version)

2013-09-15 Thread Jitendra Jain
Thanks Raju On Fri, Sep 13, 2013 at 11:01 PM, Raj Raju wrote: > Hi Jitendra , > > When you targeting multiple devices with one build you need to do these > things > > 1. dpi caluculation > 2. scaling the content depends upon the screen resolutions > > dpi caluculations: > >

Re: Auto scaling in IOS device Family (Mobile Version)

2013-09-13 Thread Raj Raju
Hi Jitendra , When you targeting multiple devices with one build you need to do these things 1. dpi caluculation 2. scaling the content depends upon the screen resolutions dpi caluculations: var widthScale:Number = screenWidth/TARGET_WIDTH; // on which resolution you ma

Fwd: Auto scaling in IOS device Family (Mobile Version)

2013-09-13 Thread Jitendra Jain
Hi Group, I have few skins for Iphone 5 and now i want to target for all ios devices. Is there any way to do that or else i have to manually calculate dpi, resolutions and do the scaling stuff? -- Thanks and Regards, JJain, If you have knowledge, let others light their candles in it --Marg

Auto scaling in IOS device Family (Mobile Version)

2013-09-12 Thread Jitendra Jain
Hi Group, I have few skins for Iphone 5 and now i want to target for all ios devices. Is there any way to do that or else i have to manually calculate dpi, resolutions and do the scaling stuff? -- Thanks and Regards, JJain, If you have knowledge, let others light their candles in it --Marg