Преглед на файлове

1.图片页面隐私分享横屏问题处理

huangxiaodong преди 1 година
родител
ревизия
d236a82be6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      创维盒子/双子星云手机/Class/Set/previewFile/view/editShareView.m

+ 1 - 1
创维盒子/双子星云手机/Class/Set/previewFile/view/editShareView.m

@@ -43,6 +43,7 @@
     self = [super initWithFrame:frame];
     self.backgroundColor = [UIColor hwColor:@"#000000" alpha:0.6];
     [self drawAnyView];
+    _isPortraitType = YES;
     return self;
 }
 
@@ -610,7 +611,6 @@
 - (void)showSecretShareViewFunwith:(addShareModel*)model
 {
     
-    
     shareBySecretView *secretView = [[shareBySecretView alloc] init];
     secretView.addShareMod = model;
     secretView.didSelectListArr = _didSelectListArr;