Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-x9/swiftui-reflection-view
SwiftUI View to display property information based on Swift's reflection API for any type of value.
https://github.com/p-x9/swiftui-reflection-view
reflection swiftui
Last synced: 3 months ago
JSON representation
SwiftUI View to display property information based on Swift's reflection API for any type of value.
- Host: GitHub
- URL: https://github.com/p-x9/swiftui-reflection-view
- Owner: p-x9
- License: mit
- Created: 2024-02-06T16:24:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T16:03:57.000Z (9 months ago)
- Last Synced: 2024-09-30T03:02:21.202Z (3 months ago)
- Topics: reflection, swiftui
- Language: Swift
- Homepage:
- Size: 54.7 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReflectionView
SwiftUI View to display property information based on Swift's reflection API for any type of value.
[![Github issues](https://img.shields.io/github/issues/p-x9/swiftui-reflection-view)](https://github.com/p-x9/swiftui-reflection-view/issues)
[![Github forks](https://img.shields.io/github/forks/p-x9/swiftui-reflection-view)](https://github.com/p-x9/swiftui-reflection-view/network/members)
[![Github stars](https://img.shields.io/github/stars/p-x9/swiftui-reflection-view)](https://github.com/p-x9/swiftui-reflection-view/stargazers)
[![Github top language](https://img.shields.io/github/languages/top/p-x9/swiftui-reflection-view)](https://github.com/p-x9/swiftui-reflection-view/)## Demo
| A | B | C |
| ---- | ---- | ---- |
| | | |## Usage
```swift
let value = Item()ReflectionView(value)
```## License
ReflectionView is released under the MIT License. See [LICENSE](./LICENSE)