Ohad Regev
Ohad Regev

Reputation: 5711

UIButton Design Tools

I want to design a UIButton in a specific way and cannot find in the Interface Builder all the relevant tools required for the design.

The tools I cannot find:

If I can do it via Interface Builder, I prefer that; I don't mind setting these attributes via code as well...

Any assistance would be very much appreciated.

Upvotes: 0

Views: 452

Answers (1)

mjisrawi
mjisrawi

Reputation: 7936

For that level of customizability you'll have to make a custom button and either draw it in code or use images. Things like corner radius and edge style are not customizable in interface builder.

Upvotes: 2

Related Questions