Quote:
Originally Posted by soku
Reading into an Array is fine. Is there not an easy way of doing it? So like
Cheers.
|
If you're willing to change the format of your input file, there's a method called arrayWithContentsOfFile that will load the entire array for you. The text file must be in "plist" format.
NSArray Class Reference