knowledgeseeker
knowledgeseeker

Reputation: 403

Font and colour change throughout the app

I am working on a big demo app in iOS. Now we changing UI for iOS7. i want to reflect font and colour change throughout the app. I want to do it in minimal rework. now i have 15-16 type of font and colour combination which i need to reflect throughout the app.

I know i can create IBOutleCollection. But for each combination creating so many outlet collection is not a good idea.

For ex i have almost 30 customize cell in full app with 3 fix labels and 2-3 extra labels in it. And there are almost 7-8 type of font and colour combination for that 3 fix labels.

This is just an example, count could be more. So creating so many outlet collection does not sound good.

I hope i dont sound stupid.Any Suggestions would be appreciated.

Upvotes: 0

Views: 62

Answers (1)

Sam Jarman
Sam Jarman

Reputation: 7377

Look into UIAppearance

I suspect your answer is there. Enjoy :)

Upvotes: 1

Related Questions