1 min readFeb 9, 2019
This can be done quite easily using the concept mentioned in the article. You just need to connect tableView.leading
to superview.leading
and tableView.trailing
to superview.trailing
. Here’s the result:
As you can see the blue color area is the table view that extended to each side of the edge and red color is the cell content area.