我在NSInteger中有一個變量,我想從FirstViewController傳遞給SecondViewController。在viewDidload的FirstViewController我有這個在視圖控制器之間傳遞變量
SecondViewController*detail = [self.storyboard instantiateViewControllerWithIdentifier:@"Second"];
detail.integer2= self.integer1;
NSLog(@"VARIABLE PASSED----%d",detail.integer2);
NSLog顯示正是我想要通過。我的問題是如何檢索傳遞的值在SecondViewController中。
http://chat.stackoverflow.com/rooms/682/iphone-ipad使用..來聊天吧。在那裏會更好。 – Shubhank
前來聊天親愛的 –