- Fix build optional in ViewBuilder - Fix maximum size frame modifier - Improve inspector wrapper - Improve header bar - Improve status page - Improve the naming of some elements
401 B
401 B
STRUCT
InspectorWrapper
A widget which executes a custom code on the GTUI widget when being created and updated.
Properties
modify
The custom code to edit the widget.
content
The wrapped view.
Methods
container()
Get the content's container.
- Returns: The content's container.
update(_:)
Update the content.
- Parameter storage: The content's storage.