Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

SwiftUI View to display property information based on Swift's reflection API for any type of value.

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 |
| ---- | ---- | ---- |
| A | B | C |

## Usage

```swift
let value = Item()

ReflectionView(value)
```

## License

ReflectionView is released under the MIT License. See [LICENSE](./LICENSE)