|
|
@@ -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;
|