2010-04-14 82 views

回答

0

代碼是belove:

DetailViewController *detailViewController; 
[self.navigationController pushViewController:detailsViewController animated:YES]; 

並回去:

[self.navigationController popViewControllerAnimated:YES]; 

假評論,如果有任何問題...... 並點擊正確的符號如果它是正確的...並且表示幫助其他人看到它的答案。

+0

問題問如何顯示以前的活動視圖,而不是如何推新視圖。 mihirpmehta的解決方案是解決問題的正確方法。 – mmccomb 2010-04-14 07:40:31

+0

嗨,mattmccomb我知道你在說什麼,但首先看到問題的標題,然後閱讀整個故事。希望你明白我從哪個上下文中給出了這個答案... – 2010-04-15 04:17:26

0

如果您使用NavigationController比回到以前的觀點...

[self.navigationController popViewControllerAnimated:YES]; 

否則

[self dismissModalViewControllerAnimated:YES]; 
相關問題