xcode - Embed Collection View in Custom Table View Cell -
i have table view custom cell gets contents array, builds fine. want add content collection view of thumb nail images of varying number each of custom table view cells.
i have added collection custom cell in story board. have linked collection custom cell.m (not sure should go there). have created collection custom cell , linked image in.
it here not sure, should methods building collection view placed in the custom table cell.m or in view controller.m? have image story board, can see custom table cell , (not clear) @ bottom collection view (horizontal scrolling) want populate images - not sure how? unsure info may sorry if there info missing.

you should put delagate , datasource of uicollectionview inside custom uitableviewcell class.
here nice tutorial.
it tableview inside tableview cell, idea pretty similar.
good luck!
Comments
Post a Comment