We have an app that presents a table view. We do not want any lines between cells to appear; each cell is to touch each other cell directly.
On iOS 8, we accomplished this by setting the layoutMargins for each cell to be 0 on all edges. iOS 9 appears to be ignoring the layout margins, and inserting empty lines between cells anyway. I can't see exactly what's going on, because Xcode 7.0b4's view capture feature keeps crashing when I try it. We don't want visible lines between cells; how do we turn off drawing lines between cells in iOS 9?