How to load text file into NSString using iPhone SDK
NSString *path = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"txt"]; NSString *fileText = [NSString stringWithContentsOfFile:path];
Log in to answer.
leothenerd 12:59 pm on December 21, 2009