Auto Layout: Should you use Interface Builder for building your iOS app?
· 6 min read
Last updated on April 11, 2017
By introducing Auto Layout, Apple made a lot of progress in their attempt to help iOS developers in building their iOS app's user interfaces. The Interface Builder got a lot better, the Auto Layout was integrated into it, and more recently UIStackViews are gaining a lot of traction and popularity. Having many different approaches of laying out views with Auto Layout, makes it necessary to decide upfront, on a consistent pattern to be followed when building your iOS app.