Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
=======================================================================
Stacks - Using stack views (requires iOS 9)

Version 1.1   06 July 2015   Adapting axis to view size classes
Version 1.0   22 June 2015   Initial version.
=======================================================================

Example of how to use UIStackView to simplify layout of horizontal and
vertical arrangements of views. See the following post for details:

http://useyourloaf.com/blog/2015/06/21/easier-autolayout-with-stackviews.html

Also see this post for details on how to have the stack view automatically
adapt to size class changes:

http://useyourloaf.com/blog/2015/07/06/adapting-stack-views-with-size-classes.html