Does UILabel have a horizontal padding? [duplicate]
Does UILabel have a horizontal padding?
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
精彩评论