I have a UITableViewController that when loaded gets data from a web-service and stores it locally in an NSMutableArray, once that is loaded I need to loop through that data to build my table cells.
I have all of the code for looping through my array working fine I just need to know how to fire my controller to rebuild the table so my it displays my data.