LNZTreeView icon indicating copy to clipboard operation
LNZTreeView copied to clipboard

How can I change tableViews separatorStyle?

Open kuemme01 opened this issue 6 years ago • 4 comments

Hi, is there a way to change the separatorStyle of the tableView?

kuemme01 avatar Dec 29 '18 14:12 kuemme01

I also miss the possibility to call deselectRowAtIndexPath or something. Isn't there a way to get the tableView object to manipulate some properties?

kuemme01 avatar Jan 02 '19 11:01 kuemme01

You can use custom cells for this purpose.

rizwan95 avatar Jan 18 '19 18:01 rizwan95

can it be added to IBInspectable property ?

altagir avatar Sep 30 '19 21:09 altagir

If you make the tableView public within the pod, then you can mutate the separatorStyle like normal.

AustinFuller avatar Jun 10 '20 16:06 AustinFuller