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

ReflectionView

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

Demo

A B C

Usage

let value = Item()

ReflectionView(value)

License

ReflectionView is released under the MIT License.