소스 검색

1.图片旋转页面刷新底部

huangxiaodong 2 년 전
부모
커밋
e1fca2fc95
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      创维盒子/双子星云手机/Class/Set/uploadFile/uploadImageOrVideoViewController.m

+ 2 - 0
创维盒子/双子星云手机/Class/Set/uploadFile/uploadImageOrVideoViewController.m

@@ -399,6 +399,8 @@
 - (void)refreshDataAndUIFunWith:(NSMutableArray *)indexPathsForSelectedItems
 {
     self.indexPathsForSelectedItems = indexPathsForSelectedItems;
+    [self setDataToBottomViewFun];
+    
     [self.photoListView reloadData];
 }