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.

picture of custom table cell

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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -