-1

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 likeenter image description here

naomi
  • 187
  • 1
  • 1
  • 9

3 Answers3

2

Please see the attached image for the same.

enter image description here

Bhadresh Mulsaniya
  • 2,560
  • 1
  • 10
  • 24
0

In CollectionViewCell you can do like add imageView and below You can add Label inside the Cell

this link for Swift..https://www.raywenderlich.com/78550/beginning-ios-collection-views-swift-part-1

subba raj
  • 37
  • 11
0

You need to create a custom CollectionViewCell. CollectionViewCell does not have default text label as in UITableViewCell.

Follow link How to make a simple collection view with Swift

Community
  • 1
  • 1
Akash KR
  • 718
  • 3
  • 10