Below I have code for a friends list tableview that has custom tableview cells that can be slided to the right to reveal 3 buttons. 1 of those buttons is the removeFriend button
The network request is asynchronous
[friendsTableView reloadData];
may be executed before the success block in which friendsList is updated
friendsList