|
|
@@ -69,6 +69,14 @@
|
|
|
[self.curCell pausePlayerAndShowNaviBar];
|
|
|
}
|
|
|
|
|
|
+- (void)backBtnPressed{
|
|
|
+ [super backBtnPressed];
|
|
|
+
|
|
|
+ if(_changeSelectIndex){
|
|
|
+ _changeSelectIndex(_indexPathsForSelectedItems);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#pragma mark 点击选中按钮
|
|
|
- (void)didClickButtonFun:(UIButton*)but
|
|
|
{
|
|
|
@@ -303,15 +311,15 @@
|
|
|
}
|
|
|
|
|
|
cell.model = model;
|
|
|
- [cell setSingleTapGestureBlock:^{
|
|
|
- __strong typeof(weakSelf) strongSelf = weakSelf;
|
|
|
- //[strongSelf didTapPreviewCell];
|
|
|
-
|
|
|
- if([cell isKindOfClass:[TZVideoPreviewCell class]]){
|
|
|
- weakSelf.curCell = cell;
|
|
|
- }
|
|
|
-
|
|
|
- }];
|
|
|
+// [cell setSingleTapGestureBlock:^{
|
|
|
+// __strong typeof(weakSelf) strongSelf = weakSelf;
|
|
|
+// //[strongSelf didTapPreviewCell];
|
|
|
+//
|
|
|
+// if([cell isKindOfClass:[TZVideoPreviewCell class]]){
|
|
|
+// weakSelf.curCell = cell;
|
|
|
+// }
|
|
|
+//
|
|
|
+// }];
|
|
|
|
|
|
return cell;
|
|
|
}
|