ContextInstantiatable
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
public protocol ContextInstantiatable : View
View
instance should conform to this protocol to be used with UIHostingControllerWithContextFactory
-
Type of
Context
object thatView
can be initialised withDeclaration
Swift
associatedtype Context
-
Constructor
Declaration
Swift
init(with context: Context)