Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Link to medium article
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jun 9, 2017
1 parent 2ad948f commit 593b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
It allows you to stack vertically `UIViewController` instances where the view is a simple fixed-height `UIView` or a `UICollectionView` or `UITableView`.

## Motivation
A full article about the motivation behind this class is available on Medium (or in my personal blog). Check it here for full details about how the class works.
A full article about the motivation behind this class [is available on Medium](https://medium.com/@danielemargutti/efficient-scrolling-uistackview-in-swift-99f3d75fb12e) (or in my [personal blog](http://danielemargutti.com/2017/06/09/efficient-scrolling-uistackview-in-swift/)). Check it here for full details about how the class works.

UITableView and UICollectionView are great when you need to display a number of relatively simple cells; when your layout became complex you may need to create different UIViewController which manages each different kind layout.
These view controller may contains simple fixed-height `UIView` or complex `UICollectionView`/`UITableView`; in these cases you need to be careful because expading your scrollviews will destroy internal iOS caching mechanism.
Expand Down

0 comments on commit 593b289

Please sign in to comment.