摘要:
一、UITableView的常用属性1、分割线 // 分割线 self.tableView.separatorColor = [UIColorredColor]; // 隐藏分割线 self.tableView.separatorStyle = UITableViewCellSeparato... 阅读全文
posted @ 2015-06-04 18:54
struggle_time
阅读(702)
评论(2)
推荐(0)
摘要:
不管是是界面创建约束还是代码创建约束,苹果官方提供的方式都比较繁琐。所以出现了第三方框架。Masonry 在github地址如下: https://github.com/SnapKit/Masonry如果需要通过代码手动添加约束,Masonry真的是一个不错的选择,大大增加开发效率,何乐而不为呢。... 阅读全文
posted @ 2015-06-04 09:03
struggle_time
阅读(2123)
评论(5)
推荐(0)

浙公网安备 33010602011771号