Can anyone put a row of buttons in Xcode like in the picture? I want to put images as buttons!
Asked
Active
Viewed 157 times
0

Badal Shah
- 7,541
- 2
- 30
- 65

Samah Rooge
- 11
-
http://stackoverflow.com/questions/34368025/how-to-create-storyboard-layout-multiple-views-within-header-view-ios/34368263#34368263 ... check – Bhavin Bhadani Mar 03 '16 at 08:29
-
you can add images on UIButton, it is possible – Anbu.Karthik Mar 03 '16 at 08:29
1 Answers
0
There is two solutions of you question
You should use custom segment controller for that type of button you can use STSegmentedControl .
And obviously you can add image on UIButton but if you want to exactly like this than use UIButtons in StackView and change images of UIButons. StackView will help you to arrange UIButtons.
Hope it will help you..
Thanks

Satyendra Chauhan
- 338
- 3
- 13