Search code examples
iphonexcodebuttonios-4.2

Changing position of button label in Xcode


I'm just wondering if anyone could help me change the position of a button label for a button that I've made with code.

Thanks a lot,

Chris


Solution

  • If you mean UIButton, look at UIButton's titleEdgeInsets property.