|
|
|
|
|
by lordmatty
5609 days ago
|
|
Totally agree. IB doesn't make any sense to me either. You end up with some presentation code in one place, and some in another. Also, what happens if you set all your background colours to white in IB, and then the branding/design people come along and ask you to change to off-white? |
|
In that case, its easy for marketing to do it themselves. IB is a UI, after all. You click on a field and select the new color from the wheel a bunch of times.
The alternative is that you go through code and manually paste it in yourself. And you can't `sed` it because not all backgroundColor properties belong to views that need changing (labels might be clear, some other view opaque, etc)