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.
Create uiCollectionView and set scrolling to Horizontal Hide plus image in last cell. you can set minimumlinespacing and minimumsectionspacing to very small.