您的位置:首页 > 产品设计 > UI/UE

UITableView _endCellAnimationsWithContext section

2014-11-18 11:38 337 查看
UITableView _endCellAnimationsWithContext

[self.placementArray
removeObjectAtIndex:indexPath.row];
if (self.placementArray.count
== 0) {
[self.tableView
deleteSections:[NSIndexSet
indexSetWithIndex:indexPath.section]
withRowAnimation:UITableViewRowAnimationAutomatic];
}else{
[self.tableView
deleteRowsAtIndexPaths:@[[NSIndexPath
indexPathForRow:indexPath.row
inSection:indexPath.section]]
withRowAnimation:UITableViewRowAnimationAutomatic];
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: