摘要: UIView *view2 = [[UIView alloc] initWithFrame:CGRectMake(120, 10, 80, 80)]; view2.backgroundColor = [UIColor redColor]; [self.view addSubview:view2]; ... 阅读全文
posted @ 2015-08-03 14:18 xiaoxiaoxigua 阅读(1097) 评论(0) 推荐(0) 编辑