Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

What to learn

🎓UIStackView hides the tediousness and complexity of the Auto Layout. It cuts the number of constraints needed for Auto Layout, and thus makes it effortlesss to hide some of its arragedSubviews or alter their sizes at runtime. This lab unveils UIStackView's flexibility by building an autosizing UITableViewCell.

What to build

👷 In this lab, we will build a TechCrunch table view to show the catalog of its news. Simple as it looks, the building process manifests how UIStackView can auto sizes the its height when the content size needs to grow, and how UIStackView takes care of the layout when certain arrangedSubviews are hidden.

How to learn

🔬 This GitHub Page explains the details of the lab.

Drawing

About

This lab unveils UIStackView's flexibility by building an autosizing UITableViewCell

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages