Vertical UICollectionView inside custom TableViewCell

I am trying to display a vertical collection view in a custom UITableViewCell. I'm exactly looking for a design like iPhone Wish shopping app ie Displaying a product list ( UICollectionView

).

By clicking the button, go to the product details page ( UITableView

) and again the product list ( UICollectionView

).

I don't know how to approach this functionality.
Using AFTabledCollection, I can do a vertical scan of the collection, but it UITableViewAutomaticDimension

doesn't calculate the height for this custom cell.

Am I following the right direction?

+3


source to share





All Articles