iOSAppDev
iOSAppDev

Reputation: 2783

Single iOS app with different UI theme depending on user

I am developing universal iOS app. This app is used by multiple clients. Depending on a client, I want to change the UI theme & colors used for icons, texts & background for view controllers. Icon color has some gradients & shadows. I know which theme & colors I need to apply depending on which user is logged in.

My question is how can I make the SINGLE app & apply different colors to icon & texts at runtime ? Adding same icons with multiple colors is not an option because it will increase the size of the app. I don't want to submit multiple apps on App Store with different UI themes & colors.

Thank you in advance

Upvotes: 0

Views: 320

Answers (0)

Related Questions