I was wondering if such a thing was available; I'm used to developing Android for apps, Gui wise in web you obviously go for css, in android you have the styles and config files for strings, ints colors etc.
Now, what would be "The best" option to use such a thing for iOS?
I have this project with multiple targets, which I now separate in a targets folder to contain their custom style and images. (I'm not sure how to note the styles yet). What I'd like to have is to have some settings which I can easily edit for every single target. Settings will be stuff like, text colors, navbar color, login-background-image etc. The images I'll handle by just putting these in either assets or loosely in those dirs.
what to use for dimensions, strings, colors etc.? I'm fine with reading it with a style class parsing values if needed.