[objective-c] pass data between two viewcontroller
1 min readFeb 22, 2018
goal:Pass navTitle value from ThirdViewController to FourViewController
Step1. we must create ThirdViewController and function prepareForSegue()
Step2. we must create FourViewController and NSString *navTitle
Step3. Create segue identifier= Four