AFTabledCollectionView
AFTabledCollectionView copied to clipboard
about many different TableViewCell and many different CollectionViewCell
Thanks for sharing
i have a TableView. must use 4 differentc TableViewCell and the TableViewCell have 3 different CollectionViewCell
like this how can i to do ?
Best Wishes!
Should be straightforward, as long as the cells all are visually similar (display different data but the same kind of data).
Try checking out my modified forked version of Ashfurrows code if you like: https://github.com/vnchopra/CustomCellTabledCollectionView I do have custom cells there.