소스 검색

tableview

曾 伟 5 년 전
부모
커밋
7804f0a346
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shiku_im/control/JXTableView.m

+ 1 - 1
shiku_im/control/JXTableView.m

@@ -194,7 +194,7 @@
 
     [self beginUpdates];
     [self reloadRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationNone];
-   // [self endUpdates];
+    [self endUpdates];
 //     [self reloadData];
 }