”@

Home 

2014/10/15 ¤U¤Č 10:12:28

iphone Programming Glossary: parseoperation

Xcode: Pass NSString from one class to another problem

http://stackoverflow.com/questions/5493499/xcode-pass-nsstring-from-one-class-to-another-problem

I have a NSString called entry and is working perfectly. I NSLogged it and it works. I have another class called Ā“ParseOperationĀ“ and in it i have a NSString called localEntry and im trying to send to ParseOperation the variable entry from RootViewController.. I have another class called Ā“ParseOperationĀ“ and in it i have a NSString called localEntry and im trying to send to ParseOperation the variable entry from RootViewController this is my RootViewController code for that RootViewController.m ParseOperation.. the variable entry from RootViewController this is my RootViewController code for that RootViewController.m ParseOperation parseOperation ParseOperation alloc init parseOperation.localEntry entry It just doesn't work. If I NSLog in my ParseOperation.m..