We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e6d71 commit 3fb6b86Copy full SHA for 3fb6b86
1 file changed
iOS/DoraemonKit/Src/Core/Entry/DoraemonEntryView.m
@@ -38,6 +38,7 @@ - (instancetype)init{
38
self.rootViewController = [[UIViewController alloc] init];
39
}
40
}else{
41
+ //iOS9.0的系统中,新建的window设置的rootViewController默认没有显示状态栏
42
if (!self.rootViewController) {
43
self.rootViewController = [[DoraemonStatusBarViewController alloc] init];
44
0 commit comments