Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: DuckOfDoom on November 07, 2012, 09:33:06 AM

Title: Rescaling the interface for most used Android AND iOS devices.
Post by: DuckOfDoom on November 07, 2012, 09:33:06 AM
Good day everyone! I suppose this question was already asked a hundred times but I couldn't find any solid info about it. Are there any guides about creating the interfaces for all the popular android aspect ratios as well as iOS devices. I tried using UIRoot autoscale to scale the interface but I can't find the optimal solution to rescaling other elements to match the aspect ratio. So what is the best practice? To develop the center-oriented interface and rescale side-panels to match the missing are when aspect ratio changes? What aspect ratio and resolution to choose as basic? I'd be glad to hear from your experience in creating scalable UIs and I want to apologize if I missed the similar discussion.
Title: Re: Rescaling the interface for most used Android AND iOS devices.
Post by: dlewis on November 07, 2012, 05:19:46 PM
Using UIAnchor to pin objects to the sides is another method to handle multiple aspect ratios.