我在我的應用程序中獲得2個視圖。 view1目前view2。我可以通過presentModalViewController
或如下所示:self.navigationController pushViewController
它不重要。發送關閉ViewController的信息
我需要在view2中選擇一些行,然後轉到view1並提供一些信息。我怎樣才能做到沒有singeltones和全局變量?
我在我的應用程序中獲得2個視圖。 view1目前view2。我可以通過presentModalViewController
或如下所示:self.navigationController pushViewController
它不重要。發送關閉ViewController的信息
我需要在view2中選擇一些行,然後轉到view1並提供一些信息。我怎樣才能做到沒有singeltones和全局變量?
1.You可以使用NSUserDefaults的
您可以使用NSNotificationCenter發佈通知。然後你將使用NSDictionary * infos來傳遞你的數據。
此信息可能對你很有意思: http://stackoverflow.com/questions/626898/how-do-i-create-delegates -in-目標c – pmk 2012-03-06 10:06:30