Guest User

Untitled

a guest
May 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. var users = [Users]()
  2.  
  3. self.viewModel.users.remove(at: indexPath.row)
  4. self.usersTableView.deleteRows(at: [indexPath], with: .automatic)
  5.  
  6. attempt to delete row 0 from section 0 which only
  7. contains 0 rows before the update
  8.  
  9. self.viewModel.users.remove(at: indexPath.row)
  10.  
  11. self.usersTableView.numberOfRows(inSection: 0)
Add Comment
Please, Sign In to add comment