Question
Objective C NSString ==> FREObject
Hi,
I am new to Objective C and am trying for some days already to get an iOS AIR native extension working.
I am confronted with the following problem:
Withing my function I have an NSString and would like to pass this over to the ActionsScript side as a "String". How can I create an adequate FREObject out of an NSString ???
Thanks for you help,
Henning
