2011-11-05 90 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

相關問題