1 repositorio
Tools for retrieving and manipulating the underlying native platform components of a declarative UI.
Distinct from View Introspection: Shortlist candidates focus on documentation introspection or simple mapping; this is about runtime native view retrieval.
Explore 1 awesome GitHub repository matching user interface & experience · Native View Introspection. Refine with filters or upvote what's useful.
swiftui-introspect is a native view introspection library that provides a bridge between declarative interfaces and their underlying platform components. It functions as a reference manager and component wrapper, allowing for the retrieval and manipulation of the native platform views that power a user interface. The project enables the access of underlying UIKit and AppKit view instances to apply customizations and styling not available through standard APIs. It allows for the definition of custom types to gain access to native platform views that are not supported by default, effectively ex
Provides a mechanism to retrieve and manipulate the underlying platform components that power a SwiftUI user interface.