0

Does anyone know how to display a text file, if its in the "Documents" folder of the iPhone application? The extension might not always be ".txt", but I would like to give it a try.

Thanks,

Kevin

lab12
  • 6,400
  • 21
  • 68
  • 106

1 Answers1

0

[NSString stringWithContentsOfFile:filename];

and throw it in a text field

Jared Pochtar
  • 4,925
  • 2
  • 29
  • 39