Any guideline regarding this problem is appreciated.
Asked
Active
Viewed 97 times
-4

Ahmed Ashraf Butt
- 83
- 1
- 1
- 11
-
Cay you be more specific what part of this above screen you need to design. – ankit Apr 11 '17 at 06:28
-
last part of the image. when down arrow is clicked, it hides and on click, it shows up. – Ahmed Ashraf Butt Apr 11 '17 at 06:36
1 Answers
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