• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Passing data through a segue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Passing data through a segue


  • Subject: Passing data through a segue
  • From: Rick Mann <email@hidden>
  • Date: Mon, 02 Apr 2012 03:57:57 -0700

I have a simple storyboard app with a push segue from a master table to a detail controller. In the past, I'd implement -didSelectRowAtIndexPath, get the object for that row, create the detail view controller, assign the object to it, and push it.

Now I don't really see a nice way to do that without an ivar in the master view controller. I can either override prepareForSegue, in which case I won't have the index path available, or call performSegue, in which case I won't have the destination view controller available.

Am I missing something, or must I store the object in an ivar in one, and get at it in the other?

TIA,
Rick


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Passing data through a segue
      • From: Roland King <email@hidden>
    • Re: Passing data through a segue
      • From: Rick Mann <email@hidden>
  • Prev by Date: Crash in NSBitmapImageRep representationUsingType: NSPNGFileType for 8-bit grayscale
  • Next by Date: Re: Passing data through a segue
  • Previous by thread: Re: Crash in NSBitmapImageRep representationUsingType: NSPNGFileType for 8-bit grayscale
  • Next by thread: Re: Passing data through a segue
  • Index(es):
    • Date
    • Thread