I have a custom table view cell with a label and a button, but for some reason the separator line under the custom cells on the right side is cut off. I checked the Custom Separator Inset in the Storyboard and it's 15 on the left, and 0 on the right. I even tried to set the Inset programmatically using tableView.layoutMargins = UIEdgeInsetsZero and cell.layoutMargins = UIEdgeInsetsZero, but that didn't work either. And suggestions are greatly appreciated. Thanks.
[See picture][1]
Update- Solved: So I made the custom cells in the storyboard using an iPhone 5 size screen and the simulate was an iPhone 6 so I guess the cell width wasn't long enough.