-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with instructions about LearnAboutStackViews app
- Loading branch information
Eric Hyche
committed
Aug 1, 2017
1 parent
1d51266
commit 85a7112
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# mastering-auto-layout | ||
|
||
This is a repository which contains playgrounds and sample apps for learning about UIStackView's and Auto Layout. | ||
|
||
# Learning About Stack Views | ||
|
||
This is a sample app which allows the user to explore stack views by experimenting with various parameters, pinning options, and content. | ||
|
||
To run: | ||
|
||
* Open LearnAboutStackViews/LearnAboutStackViews.xcodeproj in Xcode | ||
* Set your simulator to one of the iPad simulators | ||
* Build and Run | ||
* Click on "Update" in bottom right to adjust parameters | ||
|
||
|