ios - What specific UIView objects must use autolayout to have the app scale properly on the iPhone 6/6+? -



ios - What specific UIView objects must use autolayout to have the app scale properly on the iPhone 6/6+? -

must uiview objects utilize autolayout? apple have official documentation this?

the reason inquire because working on app , of uiviews (uiviewcontrollers, , big views) placed using autolayout, not scaling since status bar massive on 6+. particular pageviewcontroller laid out using uiscreen frame size cause entire app lose scaling ability?

you don't have utilize auto layout @ all.

it's views utilize on, if any.

auto layout easiest selection other options work on iphone 6/6+ did on previous ios devices.

if status bar big, ios 8 assuming app has never been tested on newer phones. because don't have launch image of right size.

to prepare it, create launch images 6 , 6+ documented here: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/launchimages.html

note ios 8 has back upwards using xib file instead of launch images. improve approach has few bugs , not compatible ios 7.

ios

Comments