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

This project seems abandoned. What are the alternatives? #254

Open romanr opened 6 years ago

romanr commented 6 years ago

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:

Isuru-Nanayakkara commented 3 years ago

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

https://github.com/wwmz/WMZTreeView

dzmitry-antonenka commented 3 years ago

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.