Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Space between tableview cells in TVos

How to remove the default space between tableview cells in tvos? By default its taking 14px gap between the tableview cell in tvos,but i need to increase the space by 20px.

like image 351
ashok vadivelu Avatar asked Sep 05 '25 07:09

ashok vadivelu


1 Answers

The tableview adds that space for the focus animation, use a collectionview instead since it doesn't have a focus animation. You'll have to add the animation yourself though.

like image 130
Jeroen Bakker Avatar answered Sep 07 '25 23:09

Jeroen Bakker