Set priority button between label in UIStackView




Problem: 
 I have a bug title in button, not show and UILabel in UITableviewCell are more dominant than UIButton in horizontal UIStackView, like screenshot below.




Solution:  First select UIButton property (size inspector) change 'content compression resistance priority' Horizontal from 750 to 1000, and UILabel resistance priority still 750, resulting success gif on the top.


No comments: