AFTabledCollectionView icon indicating copy to clipboard operation
AFTabledCollectionView copied to clipboard

How to display a UICollectionView within a UITableViewCell

Results 6 AFTabledCollectionView issues
Sort by recently updated
recently updated
newest added

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!

I Have 5 section in tableview.1st section, 3rd section & 5th section I have added collection view. Now how can i save scroll in every section.I have also try to...

Hello,thanks a lot for your sample code and tutorial ,and I have questions to ask you .In the first paragraph of your tutorial ,you say "We want a clear separation...

Thanks for sharing the project. I Want to select uicollectionviewcell in uitableviewcell and push to a new view. But didSelectRowAtIndexPath doesn't work in both uitableview and collectionview. How to fix...

hi~ I changed height tableview cell much bigger. 800. and more add color element ` -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 800; } ` and then > 2016-01-30 20:56:27.957 AFTabledCollectionView[40454:3174852]...

Hey! Great project! Thanks! However, I have a problem. I want to be able to press the tableview cell with the collection view and still push to a new view...