0

Can anyone put a row of buttons in Xcode like in the picture? I want to put images as buttons!

enter image description here

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

1 Answers1

0

There is two solutions of you question

  1. You should use custom segment controller for that type of button you can use STSegmentedControl .

  2. 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