ios - How I can use different objects in ViewController to be fullscreen in every iPhone and iPad? -
i have project on objective c. has many textfields,buttons,search buttons runs cool on iphone 6, iphone 6 plus, on others objects disappear. make launchimage every iphone , ipad use, doesn't help. can do?
every object position relative parent.
so, need use autolayout adjust elements in different resolutions.
you can check apple's guide it: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/autolayoutpg/introduction/introduction.html
also useful tutorial: http://www.raywenderlich.com/50317/beginning-auto-layout-tutorial-in-ios-7-part-1
Comments
Post a Comment