I'm new to development and Im trying to create a simple dictionary app for personal use on the iPhone. For context, my question is a follow up to this one that some of you were kind enough to answer yesterday.
Is it possible to create a method that:
- Reads a text file
- Converts text strings in the file to NSStrings
- Populates an NSArray with the NSStrings to create an arrayWithObjects
Any help or example code would be greatly appreciated!