Commit 82ba07d0 authored by luyueming's avatar luyueming

修改状态栏

parent 8100125c
......@@ -24,57 +24,57 @@ PODS:
- MBProgressHUD
- SDWebImage
- "UITableView+FDTemplateLayoutCell (= 1.4)"
- GMCache (0.2.0):
- GMCache (1.0.1):
- TMCache (= 2.1.0)
- GMHud (0.1.4):
- GMHud (1.0.2):
- MBProgressHUD (= 0.9.2)
- GMJSONModel (1.7.4)
- GMKit (0.8.8):
- GMKit/Category (= 0.8.8)
- GMKit/Color (= 0.8.8)
- GMKit/Constant (= 0.8.8)
- GMKit/FDFullscreenPopGesture (= 0.8.8)
- GMKit/Kit (= 0.8.8)
- GMKit/Protocol (= 0.8.8)
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMKit/Category (0.8.8):
- GMKit/Color (= 0.8.8)
- GMKit/Constant (= 0.8.8)
- GMKit/Protocol (= 0.8.8)
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMKit/Color (0.8.8):
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMKit/Constant (0.8.8):
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMKit/FDFullscreenPopGesture (0.8.8):
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMKit/Kit (0.8.8):
- GMKit/Category (= 0.8.8)
- GMKit/Color (= 0.8.8)
- GMKit/Constant (= 0.8.8)
- GMKit/Protocol (= 0.8.8)
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMKit/Protocol (0.8.8):
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMNetService (0.1.91):
- GMKit (1.1.4):
- GMKit/Category (= 1.1.4)
- GMKit/Color (= 1.1.4)
- GMKit/Constant (= 1.1.4)
- GMKit/FDFullscreenPopGesture (= 1.1.4)
- GMKit/Kit (= 1.1.4)
- GMKit/Protocol (= 1.1.4)
- Masonry
- SDWebImage
- GMKit/Category (1.1.4):
- GMKit/Color (= 1.1.4)
- GMKit/Constant (= 1.1.4)
- GMKit/Protocol (= 1.1.4)
- Masonry
- SDWebImage
- GMKit/Color (1.1.4):
- Masonry
- SDWebImage
- GMKit/Constant (1.1.4):
- Masonry
- SDWebImage
- GMKit/FDFullscreenPopGesture (1.1.4):
- Masonry
- SDWebImage
- GMKit/Kit (1.1.4):
- GMKit/Category (= 1.1.4)
- GMKit/Color (= 1.1.4)
- GMKit/Constant (= 1.1.4)
- GMKit/Protocol (= 1.1.4)
- Masonry
- SDWebImage
- GMKit/Protocol (1.1.4):
- Masonry
- SDWebImage
- GMNetService (1.0.2):
- AFNetworking (= 3.1.0)
- GMPhobos (0.5.5):
- GMCache (= 0.2.0)
- GMPhobos (1.3.0):
- GMCache
- GMKit
- GMRefresh (0.2.0):
- GMRefresh (1.0.2):
- GMPhobos
- Masonry (1.1.0)
- MBProgressHUD (0.9.2)
- SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6)
- SDWebImage/Core (3.7.6)
- SDWebImage (5.1.1):
- SDWebImage/Core (= 5.1.1)
- SDWebImage/Core (5.1.1)
- TMCache (2.1.0)
- "UITableView+FDTemplateLayoutCell (1.4)"
......@@ -105,16 +105,16 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: ad83ba98fe54c94ce29a0392c28a64cdf7be2e9c
GMCache: b7d48432ee2469eb0c6c86c720a1958bd373187e
GMHud: 9cc3942fc9f215db55b134cbfd05a458b124a964
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMHud: 45aa755b72a65f89d810430336803086359c0fb1
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
GMKit: c391d788905c730445781095c5a2113a6bbf0d06
GMNetService: 28753d087267511bebb3ec9944baa917bcc1a64d
GMPhobos: d3741744a77fb40df027cc846b14e5687b931e00
GMRefresh: 021ccae1b905e05c0c82e9c0180f617f593d227c
GMKit: 11c9ab9a317f381a05b0e1e577dd95a495625edf
GMNetService: 7c69e7981b4fac29657fad5fc86a0c453196b862
GMPhobos: 7aec8c5025c2f67798a46fb1570e5ebb4ebfd06a
GMRefresh: 9d2c521e3d49b68d3c736fb138a87fae4adb05f9
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
SDWebImage: 96d7f03415ccb28d299d765f93557ff8a617abd8
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
"UITableView+FDTemplateLayoutCell": 234e1582bcc4e18461af91155123bb96538ed030
......
......@@ -116,7 +116,11 @@
}
- (UIStatusBarStyle)preferredStatusBarStyle{
return UIStatusBarStyleDefault;
if (@available(iOS 13.0, *)) {
return UIStatusBarStyleDarkContent;
} else {
return UIStatusBarStyleDefault;
}
}
#pragma mark - 导航
......
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