I know it’s an easy issue, but I’m not able to group my cells in my tableview. I’ve changed the option to “Grouped” and it doesn’t work.
Where can be the problem?
It’s linked to File’s Owner, has property, has IBOutlet, and it appears a normal TableView.
Thanks in advance.
First of all you take navigation based application and open RootViewController.xib and go to property and select style group under TableView attribute and after that RootViewController.m file
and run your app