chinabuffet
chinabuffet

Reputation: 5598

UIButton set border of specific sides

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

Answers (2)

Manish Agrawal
Manish Agrawal

Reputation: 11037

No, it's not possible using APIs

Upvotes: 0

Jonathan Grynspan
Jonathan Grynspan

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

Related Questions