LNZTreeView
LNZTreeView copied to clipboard
How can I change tableViews separatorStyle?
Hi, is there a way to change the separatorStyle of the tableView?
I also miss the possibility to call deselectRowAtIndexPath or something. Isn't there a way to get the tableView object to manipulate some properties?
You can use custom cells for this purpose.
can it be added to IBInspectable property ?
If you make the tableView public within the pod, then you can mutate the separatorStyle like normal.