add iOS icon font support

This commit is contained in:
王劲鹏
2020-03-13 15:00:42 +08:00
committed by osborn
parent 73c0a5e7ab
commit 49854cc825
6 changed files with 15 additions and 3 deletions

View File

@@ -52,5 +52,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>UIAppFonts</key>
<array>
<string>iconfont.ttf</string>
</array>
</dict>
</plist>