mafonya
mafonya

Reputation: 2180

Skinning iOS application

Is there any solution for skinning the iOS application. The more detailed requirement is: 1. The app can change its look in runtime. 2. New skins can be downloaded into Documents dir and read from there. 3. If the skin is damaged, the application has to use a default skin and not crash.

Upvotes: 2

Views: 1026

Answers (1)

Nathanial Woolls
Nathanial Woolls

Reputation: 5291

If you are able to target iOS 5, taking a look at the UIAppearance protocol.

Upvotes: 2

Related Questions