开发者

white space on top of UITabBarController

I need to add a UITabBarController as subView. But I can't remove the white space o开发者_如何学Cn top. Does anybody know a solution?

white space on top of UITabBarController

Thanks, Andreas


This is what I do..

tabBarController = [[UITabBarController alloc] init];
tabBarController.delegate = self;
[tabBarController.view setFrame:CGRectMake(0,0,320,460)];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜