标签:style blog class code c tar
iOS 设置UILabel 的内边距
- (void)drawTextInRect:(CGRect)rect { UIEdgeInsets insets = {0, 5, 0, 5}; [super drawTextInRect:UIEdgeInsetsInsetRect(rect, insets)]; }
参考:http://stackoverflow.com/questions/3476646/uilabel-text-margin
http://unmi.cc/uilable-uitextfield-padding-insets/
iOS 设置UILabel 的内边距,布布扣,bubuko.com
标签:style blog class code c tar
原文地址:http://www.cnblogs.com/cocoajin/p/3725478.html