Reputation: 5598
Is there a way to set a UIButton's border widths to different values, similar to CSS like border-width: 0 1px 0 0
or border-right-width: 1px
?
Upvotes: 0
Views: 224
Reputation: 43470
Not with a standard UIButton
, no. You'll have to use a custom button and create images that match your desired design.
Upvotes: 1