2011-11-05 77 views

回答

2

调整您当前的UIView:

[self.view setBackgroundColor:[UIColor greenColor]]; // Just for checking 
[self.view setFrame:CGRectMake(0.0f, 0.0f, 320.0f, 480.0f)]; 

您在您方便的改变高度。

1

,当你正在推动另一种观点,在这里你不需要在标签栏只写它

twitDetObj=[[TwitDetail alloc] initWithNibName:@"TwitDetail" bundle:nil]; 
[self.navigationController pushViewController:twitDetObj animated:YES]; 
self.hidesBottomBarWhenPushed=YES; 
[twitDetObj release]; 
+0

是否旋转视图意味着加载它?我不明白你的观点 – Steve

相关问题