0

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?

Screenshot of issue

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Conor
  • 736
  • 1
  • 13
  • 33

1 Answers1

1

Make constraints like this , by un checking constraint to margins

enter image description here

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87