CGRect frame = CGRectMake(0.0, 0, 320, 48);
UIView *v = [[UIView alloc] initWithFrame:frame];
[v setBackgroundColor:[UIColor renColor]];
[rootController.tabBar insertSubview:v atIndex:0];
[v release];
UIView *v = [[UIView alloc] initWithFrame:frame];
[v setBackgroundColor:[UIColor renColor]];
[rootController.tabBar insertSubview:v atIndex:0];
[v release];

1562

被折叠的 条评论
为什么被折叠?



