I am using a grouped UITableView
with static cells for an options screen/scene. Everything is done in Xcode 6.1 / iOS 8.1.x / Storyboard using Autolayout. Withi
I was able to get cells with custom styles aligned with the standard cells by doing the following:
This worked for me in Xcode 7; I'm hoping it will work in Xcode 6 as well.