update version

master
wanghualei 2021-03-24 17:26:39 +08:00 committed by kangxuyao
parent b5e1188577
commit 6a3c0d80f3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
NSError* error = nil; NSError* error = nil;
FATUIConfig *uiconfig = [[FATUIConfig alloc]init]; FATUIConfig *uiconfig = [[FATUIConfig alloc]init];
uiconfig.autoAdaptDarkMode = YES; uiconfig.autoAdaptDarkMode = YES;
uiconfig.moreMenuStyle = FATMoreViewStyleNormal; // uiconfig.moreMenuStyle = FATMoreViewStyleNormal;
[[FATClient sharedClient] initWithConfig:config uiConfig:uiconfig error:&error]; [[FATClient sharedClient] initWithConfig:config uiConfig:uiconfig error:&error];
if (error) { if (error) {
failure(@"初始化失败"); failure(@"初始化失败");