I have a Table view controller with a table view in it in Swift
. The TableView
works fine(it loads the correct amount of data into the table and everything) but there is a margin/padding/gap down
the left-hand side of the screen that can be seen in the image below. Any suggestions on how I resolve this?
Asked
Active
Viewed 148 times
0

Vadim Kotov
- 8,084
- 8
- 48
- 62

Conor
- 736
- 1
- 13
- 33
-
Have you done anything in code yet? Or is this entirely created within a storyboard/xib so far? – James Webster Jan 18 '18 at 07:47