tags:

views:

91

answers:

1

Does UILabel have a horizontal padding?

A: 

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