插入UI直接显示在屏幕上
2016-03-22 本文已影响21人
傲骨天成科技
[self.myTableView insertRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:self.allDataArray.count-1 inSection:0]] withRowAnimation:UITableViewRowAnimationTop];
[self.myTableView insertRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:self.allDataArray.count-1 inSection:0]] withRowAnimation:UITableViewRowAnimationTop];