ソースを参照

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];
 }