I have a class which extends UITableView, and it has 4 sections. I need to add the Grouped style to it.
I opened the xib in Interface Builder and selected Grouped in styles. The UI in Interface Builder changed to Grouped, but when I ran the application it still shows the normal style.
How can I solve this?
I don’t think I should have to supply any code here, because I used Interface Builder.
The first thing to try is a clean build, sometimes Xcode doesn’t always get things right. The next thing to try is to add logging in your VC’s viewDidLoad to make sure that the property is set correctly.