Added: 3 months ago
From: Nethfel
Views: 1,783
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (8)

Sign In or Sign Up now to post a comment!
  • hey man thans for the tutorial, very straight forward and easy to assimilate. I'm new to xcode and notice that the syntax that you used in this tutorial doesn't work quite well with the new xcode sdk. So, I had to make some changes in onder to get it done.

    Best,

  • @ismalakazel No problem - yeah, XCode 4.2 is different from XCode 4, although it is possible to make the app pretty much identically one might have to make minor modifications. This is especially true if someone uses storyboards which has other ways of making it possible to get the destination view controller.

  • Thank you for this video, Nethfel! However, I tried to make same thing SDK iOS 5 version and it doesn't work. I checked all connections on storyboard, typo, and etc. Do I need to add some extra codes because of "storyboard"?

  • @katsushi11 If you are using storyboards, the passing data technique is different - but only by a little. You'll want to implement: -(void)prepareForSegue:(UIStor­yboardSegue *)segue sender:(id)sender. The segue object contains a reference to the destination view controller (as well as an identifier that you set in IB) to identify which view your transitioning to (should you have multiple separate views you connect to). With the destination view controller, you can then pass the data.

  • @Nethfel The technique I showed is geared for if you use nibs instead of storyboards.

  • I found this video to be very useful, I would love to see some followup videos that elaborate on the other methods you alluded to!

  • This is a complete unit, there is no need for a part two on this one. I will be doing another one using singletons, but I haven't had the opportunity yet. I hope to soon when I have my laptop back.

  • Comment removed

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more