I swear I looked through the header file for tableView like 5 times before I made the first post and somehow missed the reloadData function, so I figured it out. In case anyone else needs to do this (I am using a viewcontroller with a UITableView named tableView):
Code:
[self.tableView reloadData];
That was a really dumb question. *face palms*