开发者

white space on top of UITabBarController

开发者 https://www.devze.com 2023-01-15 21:57 出处:网络
I need to add a UITabBarController as subView. But I can\'t remove the white space o开发者_如何学Cn top. Does anybody know a solution?

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

精彩评论

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