How to create CollectionViewCell with text below them

I have a collection view to show details of items and each item has a status or detail below it. How can i achieve this. the design is like

Just define your collection view cell to include the item details with the status/detail text below it.

Take a look at this tutorial and check out the challenge for some ideas.

Have fun!

1 Like