I'm developing an application using swift that contains a Table View with 3 static cell like this pic:
How can I reduce the width of the cells so that they do not touch the edge? I want to reduce a bit length
I'm developing an application using swift that contains a Table View with 3 static cell like this pic:
How can I reduce the width of the cells so that they do not touch the edge? I want to reduce a bit length
Select your tableview and open the Size Inspector by pressing Command + Option/Alt + 5
Then you'll see few options here like this.
Now change x and width options to reduce the width of tableview.