摘要: 一位网友的解释: 原址:http://www.cocoachina.com/bbs/read.php?tid-21295.html 阅读全文
posted @ 2016-01-19 16:18 Ficow 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 1.StatusBar 20px 2.TableViewCell 44px 3.TabBar 49px 4.NavigationBar 44px 5.NaviBarIcon 20*20px 6.TabBarIcon 30*30px 阅读全文
posted @ 2016-01-19 12:02 Ficow 阅读(164) 评论(0) 推荐(0) 编辑
摘要: UIImageView设置为圆形的方法(效率比较低下,当需要显示很多圆形view的时候,非常不推荐这种方式): imageView.layer.masksToBounds = YES; imageView.layer.cornerRadius = self.Image.frame.size.widt 阅读全文
posted @ 2016-01-19 00:01 Ficow 阅读(1749) 评论(0) 推荐(0) 编辑