Skip to content

Commit 3fb6b86

Browse files
author
yixiang
committed
添加注释
1 parent b9e6d71 commit 3fb6b86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

iOS/DoraemonKit/Src/Core/Entry/DoraemonEntryView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ - (instancetype)init{
3838
self.rootViewController = [[UIViewController alloc] init];
3939
}
4040
}else{
41+
//iOS9.0的系统中,新建的window设置的rootViewController默认没有显示状态栏
4142
if (!self.rootViewController) {
4243
self.rootViewController = [[DoraemonStatusBarViewController alloc] init];
4344
}

0 commit comments

Comments
 (0)