
ios
文章平均质量分 65
wuxff
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ios 防止tableViewCell的文本覆盖背景色
如果不设置textLable,会导致覆盖cell的背景色: - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { [cell setBackgroundColor:[UIColor cle原创 2014-10-30 13:53:29 · 800 阅读 · 0 评论 -
ios 中UIView bounds 和 frame 属性的区别
出处:http://stackoverflow.com/questions/1210047/cocoa-whats-the-difference-between-the-frame-and-the-bounds翻译 2014-10-30 13:30:22 · 840 阅读 · 0 评论 -
ios下label多行无效问题(google : uilabel multiline autolayout)
折腾好久才搞定这个问题,记录成轮子原创 2014-11-05 13:59:35 · 4934 阅读 · 0 评论