UITableView style set to "Grouped", but program uses "Plain" on iPhone -
I have changed I style XIB made UITableViewController based class with XIB "grouped" Unfortunately, when I Application I create, the table goes to "plain" What can be the problem?
I have tried to "clean all targets", no success.
Edit: The problem is resolved. As you know that you have to add view to the parent controller xib, at this time the type of controller type was not sufficient. I also had to provide the xib path. This problem solves the problem.
Try resetting the simulator and restarting SIM and Xcode.
Comments
Post a Comment