How to reduce the spacing between rows in WKInterfaceTable How to reduce the spacing between rows in WKInterfaceTable ios ios

How to reduce the spacing between rows in WKInterfaceTable


I haven't found a way to reduce the space. But if you want to increase it put everything in your base row group into another group and set a custom inset on top and bottom


You can remove the space by Clicking on the Controller that contains the group and set the Spacing property to default. Again, remember to do it in the Controller spacing property holding that particular group and not the group spacing property to 0. Hope this helps!


  • Select your table in StoryBoard

enter image description here

  • AttributeInspector and Check mark Spacing as Custom, Set it 1 (Set as per your requirement)

enter image description here

  • Run your app,