Simplest way to evenly distribute UIButtons horizontally across width of view controller?

前端 未结 8 778
挽巷
挽巷 2021-02-01 07:48

I\'ve looked through many answers and they all seem very complex! Most recently I was looking at this answer although I\'d prefer not to have to put my buttons inside views.

8条回答
  •  温柔的废话
    2021-02-01 08:03

    UIStackView was introduced in iOS9.

    https://developer.apple.com/documentation/uikit/uistackview

提交回复
热议问题