gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

How can I change tableViews separatorStyle? #17

Open kuemme01 opened 5 years ago

kuemme01 commented 5 years ago

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

kuemme01 commented 5 years ago

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

rizwan95 commented 5 years ago

You can use custom cells for this purpose.

altagir commented 4 years ago

can it be added to IBInspectable property ?

AustinFuller commented 4 years ago

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