iphone - IPhone6 app - IPhone5 -
i started making apps few weeks ago , when started, wasn't thinking put 1 on app store. problem is, made app iphone 6 , want put on app store, there way make iphone 5 well? problem iphone 6 larger iphone 5 parts cut out if put on it. there way change size , such depending on device in swift?
thanks!
try using auto layout won't problem iphone used . about autolayout
auto layout system lets lay out app’s user interface creating mathematical description of relationships between elements. define these relationships in terms of constraints either on individual elements, or between sets of elements. using auto layout, can create dynamic , versatile interface responds appropriately changes in screen size, device orientation, , localization.
try study following tutorial http://www.raywenderlich.com/83129/beginning-auto-layout-tutorial-swift-part-1
http://www.raywenderlich.com/50317/beginning-auto-layout-tutorial-in-ios-7-part-1
here example of auto layout
how set dynamic width & height of view in autolayout in ios?
xcode 6 - create uiimageview equal heights changing screen orientation?
how create equal spacing between multiple label in ios xcode 6.3 using autolayout constraints
Comments
Post a Comment