Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 583 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 583 Bytes

AFTabledCollectionView

Demonstrates how to display a UICollectionView within a UITableViewCell. This is tricky because you want to properly architect things and have a clear separation of concern (eg: you don't want your UITableViewCell to be a UICollectionViewDataSource).

Example screenshot

Check out my tutorial for more info.

There is also a Swift version that shows off the new language.