0

Does UILabel have a horizontal padding?

Marco
  • 6,692
  • 2
  • 27
  • 38
dontWatchMyProfile
  • 45,440
  • 50
  • 177
  • 260

1 Answers1

1

No, but it inherits from UIView, so check out if you can achieve what you want with Frame and Bounds http://developer.apple.com/iphone/library/documentation/uikit/reference/UIView_Class/UIView/UIView.html#//apple_ref/occ/cl/UIView

Andiih
  • 12,285
  • 10
  • 57
  • 88