How display a list of items in a UICollectionViewCell?

I have a collection view and in each cell of this collection I need to display a list of small images (display a word with images). How can I do this?


Like this https://i.stack.imgur.com/J8RHo.png

Replies

Use a UIStackView inside the cell to hold the small images.