How to send an NSString to another view controller
问题 I have an IBAction that when triggered calls another method in a different view controller ( APICallsViewController). I'm looking to also send that method an NSString (message) here's my IBAction with the push to the APICallsViewController and also the NSString message. My question might be how do I grab the contents of that NSString in the other view controller's method. thanks for any help -(IBAction) someMethod{ APICallsViewController *apiViewController = [[APICallsViewController alloc]