-4

enter image description hereenter image description here

Any guideline regarding this problem is appreciated.

Ahmed Ashraf Butt
  • 83
  • 1
  • 1
  • 11

1 Answers1

3

I would look into UICollectionView. You would need to use the UICollectionViewDataSource and UICollectionViewDelegate to fit 4 items per width of the screen. It looks to be a UICollectionView that is anchored above a UIToolBar perhaps both the UICollectionView and UIToolbar are embedded within a UIStackView. Play around with an empty project and try to put it together.

Brandon A
  • 8,153
  • 3
  • 42
  • 77