2013年12月20日

摘要: - (void)viewDidLoad{ [super viewDidLoad]; UIView *v=[[UIView alloc]initWithFrame:CGRectMake(50, 50, 200, 200)]; v.backgroundColor=[UIColor redColor]; v.tag=100; [self.view addSubview:v]; UIView *v1=[[UIView alloc]initWithFrame:CGRectMake(20, 20, 160, 160)]; v1.backgroundColor=[U... 阅读全文
posted @ 2013-12-20 11:05 IOS菜菜菜菜鸟 阅读(1045) 评论(0) 推荐(0) 编辑

导航