I\'m defining custom UITableViewCells in a storyboard. I\'m also using some of the built in standard style cells. I need to set up constraints so that my
You can implement the solution suggested by Mark purely in the storyboard:
Make sure the custom cell is selected.
Make sure Preserve Superview Margins is selected in the Size inspector
Now select the cell's Content View
Make sure Preserve Superview Margins is selected here too (see image in step 2.)
Constrain it's left edge 0 pixels from the margin.