I have found 2 methods but am wondering if there's a better solution with xcode 5.
- How to Pass Data Between iOS Tab bar Using Protocol and delegate
- Xcode: Storyboard Tabbed Application Passing Data Back and Forth
Tried printing a NSLog
in prepareForSegue
but it doesn't even get called?
What is the current best practice to pass data between viewcontrollers for tabbed applications using storyboard and with io6 support?