Please give me description of Use of autolayout Feature in Xcode 4.5.what kind of advantage we get by using this feature?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Auto Layout allows to create a set of constraints that define how UI elements are displayed on-screen. Instead of using the standard “springs and struts” positioning method, Auto Layout allows those elements to shift and move depending on a prioritized list of rules — think “the left side of one button should always be 30 away from the right side of another button. |
|||||
|
|
Please read details guide on below links http://www.raywenderlich.com/20881/beginning-auto-layout-part-1-of-2 |
|||
|
|