码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 设置UILabel 的内边距

时间:2014-05-14 10:12:21      阅读:4319      评论:0      收藏:0      [点我收藏+]

标签: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

iOS 设置UILabel 的内边距

标签:style   blog   class   code   c   tar   

原文地址:http://www.cnblogs.com/cocoajin/p/3725478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!