I'm building an iOS app that allows the user to select a color scheme. The app has basically one accent color that I would like to change, however it is used throughout the app on labels, backgrounds, buttons, things in tables, etc...
What would be the best way to get around lengthy code?
My first option was to just hand code in every UI element (the long way). Is their an easier way to go?
I saw this question but the answer doesn't seem applicable to my situation: Can I tag a UIColor?