UIWindow * window = [[[UIApplication sharedApplication] delegate] window];
selectOneView = [[UIView alloc] initWithFrame:CGRectMake(50*W, 0, WIDTH - 50*W, HEIGHT)];
selectOneView.backgroundColor = [UIColor whiteColor];
[windowaddSubview:selectOneView];
网友评论