Popular Posts

Jun 13, 2011

Open Grouped table view


Change the table style to Grouped
BlowRecordsTableViewController *blowRecords = [[BlowRecordsTableViewController alloc] initWithStyle:UITableViewStyleGrouped] ;
         [self.navigationController pushViewController:blowRecords animated:YES];
            [blowRecords release];

No comments:

Post a Comment