I hope my question isn't out of scope on stackoverflow. Let me explain.
Im developing a travelling app with a lot of static pages. For now I use a mix of xib and some data I store into a plist.
Im not sure the plist is the right tool to store persistent and "already in the app" strings, dictionaries and arrays though.
I have a quick look to realm and coredata but they seems more oriented for dynamic data generated by the users. Am I right? My app is not storing dynamic data, not even prefs or things like that.
It's my first app, the kind you're using to have a panorama of all the possibilities offered by iOS and third parties. That's why I'm asking it here, so please be kind if it's not the right place for it!