An open API service indexing awesome lists of open source software.

https://github.com/thierryh91200/outlineviewreorder


https://github.com/thierryh91200/outlineviewreorder

drag-and-drop nsoutlineview osx swift swift4 xcode9

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# NSOutlineViewReorder
NSOutlineView Drag & Drop Reordering in Swift

This is an example showing how two create a two level NSOutlineView with Drag & Drop reordering.
I wanted to create an example that was as simple as possible so that it is a little more clear what is going on.
The Apple example https://developer.apple.com/library/mac/samplecode/DragNDropOutlineView/Introduction/Intro.html
is very complex and was written in Objective-C rather than Swift. (Still a work in progress, commenting code)