Every ios app contains images, specific colours, custom messages to show in alert, themes etc. I want all these resources in one place.
Can I use nsuserdefaults? and is this a good option?
Should I use plist file and read/write from documents directory?
Or I should I create a class which contain an array or nsdictionary that hold all resources files name?
Or Any other best practice?