我使用此代码但没有显示!!!!?帮助
CGRect frame = CGRectMake(0.0,0.0,480,320);
secondview=[[UIView alloc] initWithFrame:frame];
[self.view addSubview:secondview];
[self.view bringSubviewToFront:secondview];
答案 0 :(得分:1)
目前您的观点没有任何内容。尝试添加:
[secondView setBackgroundColor:[UIColor redColor]];