self._tableView.beginUpdates()
self._tableView.deleteSections(indexSet, withRowAnimation: UITableViewRowAnimation.Fade)
self._tableView.reloadSections(indexSet, withRowAnimation: UITableViewRowAnimation.None)
self._tableView.endUpdates()
沒有留言:
張貼留言