How can I align 3 UIButtons to the center of an UITableCellView?

后端 未结 2 872
予麋鹿
予麋鹿 2021-01-05 00:42

How can I align 3 UIButtons to the center of an UITableCellView?

For example say I have 3 UIButtons with titles:

2条回答
  •  無奈伤痛
    2021-01-05 01:16

    You should look into UIStackView (however, it's for iOS 9 an up).

    I believe there is a method for UIStackViews in which embedded UIViews "disappear", and it'll re-align the other UIViews that are embedded in the same UIStackView.

提交回复
热议问题