Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Hide Editing style #280

Closed ArifJezir closed 3 years ago

ArifJezir commented 3 years ago

Hi,

How to hide editing style.

ArifJezir commented 3 years ago

func treeView(_ treeView: RATreeView, canEditRowForItem item: Any) -> Bool { return false }

working fine