会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cocoajin
积少成多,厚积薄发!
首页
新随笔
联系
管理
2014年5月13日
iOS 设置UILabel 的内边距
摘要: iOS 设置UILabel 的内边距- (void)drawTextInRect:(CGRect)rect { UIEdgeInsets insets = {0, 5, 0, 5}; [super drawTextInRect:UIEdgeInsetsInsetRect(rect, in...
阅读全文
posted @ 2014-05-13 14:32 cocoajin
阅读(18941)
评论(2)
推荐(0)
公告