|
@@ -172,6 +172,14 @@
|
|
|
make.height.mas_equalTo(60);
|
|
|
}];
|
|
|
|
|
|
+ //[_curScrollView.mainView reloadData];
|
|
|
+ //[_curScrollView adjustWhenControllerViewWillAppera];
|
|
|
+
|
|
|
+// if(_index >= 1){
|
|
|
+// [_curScrollView makeScrollViewScrollToIndex:_index-1];
|
|
|
+// [_curScrollView makeScrollViewScrollToIndex:_index];
|
|
|
+// }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#pragma mark 横屏转竖屏
|
|
@@ -184,7 +192,12 @@
|
|
|
|
|
|
[self didClickScreenFun:NO];
|
|
|
|
|
|
- [self deletePreviewLandscapeTopMoreViewFun];
|
|
|
+ //[_curScrollView.mainView reloadData];
|
|
|
+ //[self deletePreviewLandscapeTopMoreViewFun];
|
|
|
+// if(_index >= 1){
|
|
|
+// [_curScrollView makeScrollViewScrollToIndex:_index-1];
|
|
|
+// [_curScrollView makeScrollViewScrollToIndex:_index];
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
#pragma mark 用户点击分享
|