Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: johnessy on January 29, 2013, 01:44:11 PM

Title: Iphones scaling?
Post by: johnessy on January 29, 2013, 01:44:11 PM
Hi there, I was wandering how you can scale from iphone5 all the way down to 3gs without losing the proper placement of the ui? This is something that has always got me stuck :D
Title: Re: Iphones scaling?
Post by: ArenMook on January 29, 2013, 05:34:47 PM
Set UIRoot's scaling style to FixedSize or FixedSizeOnMobiles.
Title: Re: Iphones scaling?
Post by: johnessy on January 30, 2013, 04:42:48 AM
So after i have done that should i design the ui for the iphone 5 then NGUI will scale it to fit the other devices?
Title: Re: Iphones scaling?
Post by: johnessy on January 30, 2013, 04:59:28 AM
What about Automatic size and manual height how would i do it with those?
Title: Re: Iphones scaling?
Post by: johnessy on January 30, 2013, 11:03:10 AM
Never mind found a solution.
Title: Re: Iphones scaling?
Post by: badawe on January 30, 2013, 11:23:03 AM
Never mind found a solution.

Explain yourself :D
Title: Re: Iphones scaling?
Post by: johnessy on January 31, 2013, 08:25:55 AM
We decided to check which iphone model was currently active, if it was the 5 then we would swap out a loading screen to fit it's dodgy ratio else swap back out our default as the scaling happens.