Commit 4f9d99f4 authored by 卢悦明's avatar 卢悦明

Merge branch 'lym/text' into 'master'

ios 13

See merge request !17
parents 82ba07d0 321f3c01
......@@ -116,7 +116,9 @@
}
- (UIStatusBarStyle)preferredStatusBarStyle{
if (@available(iOS 13.0, *)) {
if (@available(iOS 13.0, *)) {//适配iOS13
return UIStatusBarStyleDarkContent;
} else {
return UIStatusBarStyleDefault;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment