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
- Host: GitHub
- URL: https://github.com/thierryh91200/outlineviewreorder
- Owner: thierryH91200
- Created: 2017-09-20T15:39:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T16:04:42.000Z (over 8 years ago)
- Last Synced: 2025-03-04T08:36:21.734Z (over 1 year ago)
- Topics: drag-and-drop, nsoutlineview, osx, swift, swift4, xcode9
- Language: Swift
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)