Text in an app
Hi,
I'm new here and i'm new to iPhone/iPad development.
I'm almost done reading Apress' "Beginning iPhone development (3)" and I'm really making progress. Now I have one, probably stupid, question. When you have an app with a lot of text, just like a story, how do you include it in your app? Do you have it hardcoded into the app (doesn't sound like the best idea to me), do you have a txt file and load it into an NSString, an array, a dictionary? I really don't know what's the best approach here and I'd appreciate some advice.
So it's (a lot of) text that's gotta be included in the app (not coming from the Internet) and it should be easily readable.
Thanks,
Fabian
|