摘要: 今天主要是学习控件的使用方式一、UIViewUIView *v = [[UIViewalloc]initWithFrame:CGRectMake(100, 100, 100, 100)]; //*****属性 //背景颜色 v.backgroundColor = [UIColor purpleCol... 阅读全文
posted @ 2015-11-04 20:43 一笑抿江湖 阅读(115) 评论(0) 推荐(0)