之間有什麼區別:presentModalViewController:差異
[self.navigationController presentModalViewController:nav animated:YES];
和
[self presentModalViewController:nav animated:YES];
如果自我是的UIViewController的子類。
除此之外,我關閉模態視圖又有什麼關係? 實施例:
[self dismissModalViewControllerAnimated:YES];
或
[self.navigationController dismissModalViewControllerAnimated:YES];
如果modalView由self.navigationController
呈現,將它如果調用上self
駁回,反之亦然?
我知道蘋果建議在實際實現中使用協議和委託,但我只是試圖找出「底層」下的行爲是否相同。
我一直在四處尋找嘗試找到答案,但我還沒有找到任何東西,所以如果這是一個重複,我在面前道歉。
感謝
因此,與self.navigationItem進行交互給我的東西,它沒有提供它沒有? – sasquatch 2012-04-05 17:07:13
請參閱編輯。 – 2012-04-05 17:23:14