|
|
@@ -25,7 +25,7 @@
|
|
|
@property (strong, nonatomic) AJPhotoGroupView *photoGroupView;
|
|
|
@property (strong, nonatomic) UILabel *MytitleLabel;
|
|
|
@property (strong, nonatomic) UIImageView *selectTip;
|
|
|
-@property (nonatomic) BOOL isNotAllowed;
|
|
|
+@property (nonatomic,assign) BOOL isNotAllowed;
|
|
|
@property (strong, nonatomic) UIView *bgMaskView;
|
|
|
@property (strong, nonatomic) AJPhotoListView *photoListView;
|
|
|
@property (strong, nonatomic) NSMutableArray *assets;
|
|
|
@@ -702,6 +702,10 @@
|
|
|
- (void)viewDidAppear:(BOOL)animated{
|
|
|
[super viewDidAppear:animated];
|
|
|
[self showUploadTipFun];
|
|
|
+
|
|
|
+ //旋转访问时 重新拿数据
|
|
|
+ [self.photoGroupView setupGroup];
|
|
|
+ [self delayedSetPhotoGroupViewFrameFun];
|
|
|
}
|
|
|
|
|
|
- (void)showUploadTipFun
|