0
我有View1和View2。在View1中,我將以下內容稱爲View2:如何檢測控件何時移至MonoTouch中的視圖?
View2 pl = new View2();
this.NavigationController.PushViewController(pl, true);
View2加載正常。然後在視圖2,我把代碼找回視圖1:
this.NavigationController.PopViewControllerAnimated(true);
如何檢測在視圖1,它現在再次活躍看法?我似乎沒有什麼明顯的重寫。我將以MonoTouch或XCode範例的形式回答問題。