A UITableView is a subclass of UIScrollView. If you tell it to scroll to its current position, it will stop scrolling so this should work for you:
[tableView setContentOffset:tableView.contentOffset animated:NO];
A UITableView is a subclass of UIScrollView. If you tell it to scroll to its current position, it will stop scrolling so this should work for you:
[tableView setContentOffset:tableView.contentOffset animated:NO];