UITableView style set to "Grouped", but program uses "Plain" on iPhone
- by Jacek
I have created UITableViewController based class with XIB. In XIB I have changed style to "Grouped". Unfortunately, when I build the application, the table turns out to by "Plain". What might be a problem?
I have tried "Cleaning all targets". No success.