Shana
Shana

Reputation: 59

How to create the following design using Swift UIKit?

I have an app that needs this design to be added. I was wondering how to create this design in a table view. I need this design to be shown on a cell of tableView. I was thinking of adding collection view in the tableview cell and add collection view cell for the image but not sure about how to add the ‘+’ button. Also the spacing between the image and the + needs to be same as well. How can this be achieved? The images could more than 3 as well sometimes.

enter image description here

Upvotes: 0

Views: 62

Answers (1)

SRK Developer
SRK Developer

Reputation: 36

Create uiCollectionView and set scrolling to Horizontal Hide plus image in last cell. you can set minimumlinespacing and minimumsectionspacing to very small.

Upvotes: 1

Related Questions