ios - What is the best way to manage UI for iPhone 5 (4 inch) and other iPhones (3.5 inch) -
this question has answer here:
i working on universal ios app , ui completed based on iphone 5 (4 inch display), have make ui stuff fine in older iphones (3.5 inch displays).
i using uistoryboard,
autolayout = yes,
arc = yes,
all ui designed using ib in uistoryboard.
deployment target = ios 6+
what best way manage ui iphone 5 (4 inch) , other iphones (3.5 inch)
i tried separate uistoryboard both screen sizes not working , default 4 inch uistoryboard gets loaded times.
please suggest best way achieve this.
in interface builder, can switch between 3.5 inch / 4 inch layouts pressing button:

i've found it's easiest keep layout in 4 inch view , modify struts , springs best accommodate size/position. can switch 3.5 inch , make necessary adjustments.
Comments
Post a Comment