Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openalloc/detailerdemo
A demonstration of SwiftDetailer, a multi-platform SwiftUI component for editing fielded data
https://github.com/openalloc/detailerdemo
data-editor details-view swift-language swiftui swiftui-demo
Last synced: about 1 month ago
JSON representation
A demonstration of SwiftDetailer, a multi-platform SwiftUI component for editing fielded data
- Host: GitHub
- URL: https://github.com/openalloc/detailerdemo
- Owner: openalloc
- License: apache-2.0
- Created: 2022-02-26T15:42:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T23:59:31.000Z (over 1 year ago)
- Last Synced: 2024-10-12T16:41:18.954Z (about 1 month ago)
- Topics: data-editor, details-view, swift-language, swiftui, swiftui-demo
- Language: Swift
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DetailerDemo
A demonstration of _SwiftDetailer_, a multi-platform SwiftUI component for editing fielded data
_DetailerDemo_ is part of the [OpenAlloc](https://github.com/openalloc) family of open source Swift software tools.
macOS | iOS
:---:|:---:
![](https://github.com/openalloc/SwiftDetailer/blob/main/Images/macOSa.png) | ![](https://github.com/openalloc/SwiftDetailer/blob/main/Images/iOSa.png)## Features
* Demonstrates the various features of the _SwiftDetailer_ SwiftUI component
## See Also
This app is a member of the _OpenAlloc Project_.
* [_OpenAlloc_](https://openalloc.github.io) - product website for all the _OpenAlloc_ apps and libraries
* [_OpenAlloc Project_](https://github.com/openalloc) - Github site for the development project, including full source code## License
Copyright 2021, 2022 OpenAlloc LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
## Contributing
Contributions are welcome. You are encouraged to submit pull requests to fix bugs, improve documentation, or offer new features.
The pull request need not be a production-ready feature or fix. It can be a draft of proposed changes, or simply a test to show that expected behavior is buggy. Discussion on the pull request can proceed from there.