Hacker News new | past | comments | ask | show | jobs | submit login

In case you are not aware, there is UIViewController's `prepareForSegue:sender:` method (http://developer.apple.com/library/ios/#documentation/UIKit/...). In short you figure out which segue was being prepared (segue.identifier) and setup the destination view controller (segue.destinationViewController) as needed.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: