Skip to content

Latest commit

 

History

History

README.md

Self Sized Table and Collection Views

A demo project containing subclasses of UITableView and UICollectionView. These subclasses are useful for views that should not be scrolled independently from a surrounding view hierarchy. Views are sized by setting the intrinsic size to the internal content size.

Topics

#UITableView #UICollectionView