UIKitIntrospectionViewController
@available(iOS 13.0, tvOS 13.0, macOS 10.15.0, *)
public struct UIKitIntrospectionViewController<TargetViewControllerType> : UIViewControllerRepresentable where TargetViewControllerType : UIViewController
This is the same logic as IntrospectionView but for view controllers. Please see details above.
-
Undocumented
Declaration
Swift
public init( selector: @escaping (UIViewController) -> TargetViewControllerType?, customize: @escaping (TargetViewControllerType) -> Void )
-
Declaration
Swift
public func makeUIViewController( context: UIViewControllerRepresentableContext<UIKitIntrospectionViewController> ) -> IntrospectionUIViewController
-
Declaration
Swift
public func updateUIViewController( _ uiViewController: IntrospectionUIViewController, context: UIViewControllerRepresentableContext<UIKitIntrospectionViewController> )