RATreeView icon indicating copy to clipboard operation
RATreeView copied to clipboard

This project seems abandoned. What are the alternatives?

Open romanr opened this issue 7 years ago • 2 comments

No updates in two years. Anyone knows any active forks of RATreeview? Or willing to take over and pull merge requests?

Quick search on cocoacontrols got me these, but none of them are mature enough and maintained, except maybe first two:

  • https://github.com/KiranJasvanee/InfinityExpandableTableTree
  • https://github.com/gringoireDM/LNZTreeView
  • https://github.com/cenksk/CITreeView
  • https://github.com/partho-maple/PBTreeView
  • https://github.com/ujell/YUTableView

romanr avatar Mar 06 '18 13:03 romanr

This one seems to be regular updated. But it's all in Chinese.

https://github.com/wwmz/WMZTreeView

Isuru-Nanayakkara avatar Mar 11 '21 04:03 Isuru-Nanayakkara

I use SwiftListTreeDataSource to visualise hierarchical data structures (trees) in lists-like way. It's UI agnostic, just like view-model, so you can use it with UITableView/UICollectionView/NSTableView or even SwiftUI with search support.

dzmitry-antonenka avatar Apr 27 '21 06:04 dzmitry-antonenka