Surprise Me!

iOS Passing Data Between View Controllers pt1 - prepareForSegue Example

2014-04-15 87 Dailymotion

http://www.mybringback.com<br />http://www.todaysawesomesauce.com<br /><br />iOS Passing Data Between View Controllers pt1 - prepareForSegue Example<br /><br />Storyboarding has extremely simplified iOS programming within Xcode. In this tutorial, we detail iOS passing data between view controllers with the method prepareForSegue. When a segue is triggered, but before the visual transition occurs, the storyboard runtime calls the current view controller's prepareForSegue:sender: method so that it can pass any needed data to the view controller that is about to be displayed. The source code can be found at http://www.mybringback.com/tutorial-series/12396/ios-passing-data-between-views/. Hit us up if you have any questions!<br /><br />- (void)performSegueWithIdentifier:(NSString *)identifier sender:(id)sender<br /><br />If you want to learn more, please check out http://www.mybringback.com<br /><br />We would love to hear from you on facebook, twitter, or in the forums!<br /><br />http://www.facebook.com/mybringback<br />http://www.twitter.com/mybringback

Buy Now on CodeCanyon