An Introduction to Stack Views in iOS 9 and Xcode 7
Adding Stack Views from the Object Library Now fire up Xcode 7 and open Main.storyboard. From the object library, drag a Verticle Stack View object to the view controller in the storyboard. Stack view can arrange its subviews (known as arranged views) in ...