NativeView
Escape hatch to embed any UIKit view in a SkeleKit tree.
Constructors
Creates an owned UIKit view whenever the wrapper is realized.
The wrapper disposes each created view when it is unrealized. The factory must return a new view on every call.
Creates a wrapper that borrows an existing UIKit view.
The caller retains ownership; the wrapper removes the view from its hierarchy but never disposes it.
| Parameter | Summary |
|---|---|
UIView view | The caller-owned UIKit view to embed. |