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.
EDIT: Problem solved. As you know you have to add the view to the parent controller xib. This time setting type of the controller wasn't enough. I also had to provide xib path. That fixes the problem.