iOS: impl font & hint font for input

This commit is contained in:
王劲鹏
2021-07-20 15:46:49 +08:00
committed by osborn
parent 04d9958a4d
commit 489fea0839
7 changed files with 39 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ - (void)localeChanged {
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
NSArray<NSString *> *fonts = [UIFont familyNames];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(localeChanged)

View File

@@ -29,6 +29,8 @@
<string>Scan QR Code</string>
<key>UIAppFonts</key>
<array>
<string>DINPro.ttf</string>
<string>Hanabi.ttf</string>
<string>iconfont.ttf</string>
</array>
<key>UILaunchStoryboardName</key>