Make to make rounded background UIButton in iOS
Issue #373
UIButton.contentEdgeInsets
does not play well with Auto Layout, we need to use intrinsicContentSize
1 | final class InsetButton: UIButton { |
Issue #373
UIButton.contentEdgeInsets
does not play well with Auto Layout, we need to use intrinsicContentSize
1 | final class InsetButton: UIButton { |