0

I'm developing an application using swift that contains a Table View with 3 static cell like this pic:

enter image description here

How can I reduce the width of the cells so that they do not touch the edge? I want to reduce a bit length

dan
  • 9,695
  • 1
  • 42
  • 40

1 Answers1

0

Select your tableview and open the Size Inspector by pressing Command + Option/Alt + 5

Then you'll see few options here like this.

size Inspector image

Now change x and width options to reduce the width of tableview.

RajeshKumar R
  • 15,445
  • 2
  • 38
  • 70