Quote:
Originally Posted by linkmx
Well, you could save it to a file and then use initWithContentsOfFile.
|
Yeah, I tried that but [NSString writeToFile:atomically:] is deprecated for strings. So I tried putting the string into an NSMutableArray, but then that changes the < to < and what not...