onekiloparsec / KPCSearchableOutlineView

A NSOutlineView subclass that provides a simple search capability across the tree of objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KPCTabsControlKPCJumpBarControlKPCSplitPanesKPCAppTerminationKPCSearchableOutlineViewKPCImportSheetController


KPCSearchableOutlineView

Build Status Version License Platform Carthage compatible

A NSOutlineView subclass that simply add search capabilities accross the tree of nodes. Sounds easy, right? The only requirement on your side is to have tree objects conform to some basic protocol. That's it.

The project includes a demo. This project is in a very early stage and doesn't work yet perfectly. But most of the tough things work.

Demo Searchable OutlineView

Author

Cédric Foellmi (@onekiloparsec)

LICENSE & NOTES

KPCSearchableOutlineView is licensed under the MIT license and hosted on GitHub at https://github.com/onekiloparsec/KPCSearchableOutlineView/ Fork the project and feel free to send pull requests with your changes!

About

A NSOutlineView subclass that provides a simple search capability across the tree of objects

License:MIT License


Languages

Language:Swift 100.0%