”@

Home 

2014/10/15 ¤U¤Č 10:11:09

iphone Programming Glossary: localentry

Xcode: Pass NSString from one class to another problem

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

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 this is my RootViewController code for.. 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 it returns null but if i do it on my RootViewController it.. correct variable. and yes i did imported the ParseOperation.h Here is the ParseOperation code only the part that uses localEntry ParseOperation.h @interface ParseOperation NSOperation NSXMLParserDelegate NSString localEntry @property nonatomic retain..