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

Using RATreeView with CoreData #53

Open haashem opened 10 years ago

haashem commented 10 years ago

Hi thanks for developing this great api. I want to feed RATreeView with items which I get from sqlite db with core data. FetchedResultsController needs sectionIndex. which I can't get from data source method. do you know how can I provide sectionIndex? would you mind provide a sample of treeView using coreData?

sarn commented 9 years ago

Did you figure out how to implement RATreeView with FetchedResultsController?