Browse Source

no message

南鑫林 5 years ago
parent
commit
faf746a80a

+ 1 - 0
RainbowPlanet/RainbowPlanet/Modules/CommunityModule/CommunityFeaturedTopics/ViewController/CommunityFeaturedTopicsViewController.swift

@@ -107,6 +107,7 @@ class CommunityFeaturedTopicsViewController: BaseViewController {
     
     private lazy var bgImageView: UIImageView = {
         let bgImageView = UIImageView()
+        bgImageView.contentMode = .scaleAspectFill
         return bgImageView
     }()
     

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/PublishModule/AliyunVideo/AlivcShortVideo/ShortVideoFile/VideoEdit/Controller/AliyunEditViewController.m

@@ -362,7 +362,7 @@ AliyunIExporterCallback, AliyunIPlayerCallback>
 - (void)viewWillAppear:(BOOL)animated {
     [super viewWillAppear:animated];
     self.isAppear = YES;
-    [[UIApplication sharedApplication]setStatusBarHidden:YES];
+    [[UIApplication sharedApplication] setStatusBarHidden:YES];
     if (_tryResumeWhenBack) {
         if (!_prePlaying) {
             [self resume];