https://github.com/1024jp/outlineapp
Sample app to demonstrate various implementations of editable outline view using SwiftUI
https://github.com/1024jp/outlineapp
Last synced: 10 months ago
JSON representation
Sample app to demonstrate various implementations of editable outline view using SwiftUI
- Host: GitHub
- URL: https://github.com/1024jp/outlineapp
- Owner: 1024jp
- License: mit
- Created: 2024-10-27T08:54:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T03:42:54.000Z (over 1 year ago)
- Last Synced: 2024-12-13T22:31:21.131Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 381 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Outline App
Sample app to demonstrate various implementations of editable outline view using SwiftUI
for the panel discussion about outline views in the [macOS native Symposium #10](https://macos-native.github.io).
- related presentation deck: [Outline View in SwiftUI– Speaker Deck](https://speakerdeck.com/1024jp/outline-view-in-swiftui) (in Japanese)

## Development Environment
- macOS 15.1 Sequoia
- Xcode 16.1
- Swift 6
- Sandbox and hardened runtime enabled
## License
© 2024 1024jp
The source code is licensed under the terms of the __MIT license__. See [LICENSE](LICENSE) for details.