Is the delegate and datasource on your tableview set and methods properly implemented??
If so you should be able to set a breakpoint in
Code:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
and see what is happening when you call reloadData.