Hi,
It seems that when using the inset grouped style in a UITableView, the cells are not aligned with the navigation bar large title.
However, I've noticed that all Apple apps that seem to use this style (Settings, Notes) don't have this issue and the cells are perfectly aligned with the title.
In the below example you can see that the cells of an inset grouped table are not aligned with the title (extra space between the red line and the cells) but the one's of the Apple apps are perfectly aligned.
Do you know if there is a way to change the left and right cells margins of an inset grouped table in order to align them with the large title?
Thank you