What is the recommended method of styling an iOS app?

前端 未结 7 1349
一个人的身影
一个人的身影 2020-12-14 17:46

What is the recommended method of styling an iOS app? For example, if there are multiple labels or text views how can updating font style/color at one place update the style

7条回答
  •  独厮守ぢ
    2020-12-14 18:34

    You may need to look at this library. It supports multiple themes/skins on the fly. Supports images and colors currently. Font support will be added in future.

    https://github.com/charithnidarsha/MultiThemeManager

提交回复
热议问题