Hi. I'm making my first iOS application to be run as an adhoc release on an iPad as part of a university project.
I need to have a configurable file somewhere within the source for setting price constants that are to be accessed from multiple subclasses of a superclass.
I'm wondering what is the best way to store these values, as there is about 150 of them, should I store them as static constants in the superclass?
Or?
Sorry, probably a very newby question, but I want to make sure I am doing it the right way