uiImage
The current contents of the view, rasterized as a UIKit image.
Declaration
@MainActor final var uiImage: UIImage? { get }Discussion
The renderer notifies its objectWillChange publisher when the contents of the image may have changed.
The current contents of the view, rasterized as a UIKit image.
@MainActor final var uiImage: UIImage? { get }The renderer notifies its objectWillChange publisher when the contents of the image may have changed.