How can I add multiple tableview cutome cell & custom collection view?
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 add collection view cell in 1st section,3rd section & 5th section but cell cell not visible.
my requirement is 1stsection add tableview cell not in that cell i need to add collection view now i have to scroll then it save like your tableview.
same as 3rd section & 5th section

Please help me
Change this & test
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 3; }
-(void)loadView { [super loadView];
const NSInteger numberOfTableViewRows = 1;
Hi there, I'm not sure what's going on here. I'm afraid that I am very busy and I don't have time to trouble shoot individual projects, but I wish you all the best. If you find a solution, please let me know.
It should just save the scroll location. Try checking out my modified forked version of Ashfurrows code if you like: https://github.com/vnchopra/CustomCellTabledCollectionView
It also uses custom cells.