AFTabledCollectionView icon indicating copy to clipboard operation
AFTabledCollectionView copied to clipboard

about many different TableViewCell and many different CollectionViewCell

Open bidm opened this issue 8 years ago • 2 comments

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!

bidm avatar Jun 12 '16 10:06 bidm

Should be straightforward, as long as the cells all are visually similar (display different data but the same kind of data).

ashfurrow avatar Jun 17 '16 14:06 ashfurrow

Try checking out my modified forked version of Ashfurrows code if you like: https://github.com/vnchopra/CustomCellTabledCollectionView I do have custom cells there.

varunchopraWB avatar Jul 03 '18 18:07 varunchopraWB