
iOS基础
zhengjiajie_2009
这个作者很懒,什么都没留下…
展开
-
AutoLayout的学习资料 整理
http://blog.youkuaiyun.com/mozixiong/article/details/14165391 一篇厚道的Autolayout及VFL经验分享原创 2015-12-22 18:01:13 · 200 阅读 · 0 评论 -
iOS的UIViewContentMode取值和效果分析
CGRect frame = CGRectMake(10, 70, 300, 350); imageView = [[UIImageViewalloc] initWithFrame:frame]; imageView.backgroundColor = [UIColorredColor]; imageView.image = [UIImageimageNam...原创 2015-12-22 15:28:37 · 178 阅读 · 0 评论