¡@

Home 

2014/10/15 ¤U¤È 10:03:42

iphone Programming Glossary: apicallsviewcontroller

How to send an NSString to another view controller

http://stackoverflow.com/questions/10719017/how-to-send-an-nsstring-to-another-view-controller

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.. . 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.. 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 init self.navigationController pushViewController apiViewController animated..