Auto Layout was introduced by Apple in OS X 10.7 Lion and now, it is available in iOS 6. Auto Layout is really an interesting and useful technology: it solves one of the most important issues layout the user interface to screen size changes. These changes can be either due to screen orientation changes (landscape to portrait and vice versa) or due to new screen size (iPhone 5). Before Auto Layout, you had to code the layout for each UI element and interface orientation. Additionally, if there were variations of the content size (for example, change of the text length in the button title, because of the text localization or different height of the tableview cells because of the different text content, and so on), you had again to manage that by yourself adding a lot of extra code just to make things look right.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

</ span>iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C