Author Topic: Rescaling the interface for most used Android AND iOS devices.  (Read 3272 times)

DuckOfDoom

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 10
    • View Profile
Rescaling the interface for most used Android AND iOS devices.
« 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.

dlewis

  • Guest
Re: Rescaling the interface for most used Android AND iOS devices.
« Reply #1 on: November 07, 2012, 05:19:46 PM »
Using UIAnchor to pin objects to the sides is another method to handle multiple aspect ratios.