views:

34

answers:

2
A: 
marko
A: 

still cant figure how to make 'accessor (getter) method'

while I can now convert the user input string to NSString

the bit I cant do is figure how to pass that to the code in the MainComposerViewController file without it crashing

NSString * fred = myApp->mainText;

??

Mark

marko
figured it viahttp://www.cocoadev.com/index.pl?GlobalVariablesInCocoaglobal var to hold the required 2 wordsall seems to workVladimir - thanks for your input!Mark
marko