How many ways to pass/share data b/w view controller
im new to IOS and Objective-C and the whole MVC paradigm and i'm stuck with the following. I am working on (replica) Contact app, also available in iphone as build in app. i want to pass data through another view controller and the data is pass (null) :(. My Question is, How do I transfer the data from one view to another? As most the answers you got, passing data between one controller and another just means to assign a variable from one controller to the other one. If you have one controller to list your contacts and another one to show a contact details and the flow is starting from the