Classes

The following classes are available globally.

  • The UIKit ViewController that acts as parent of a AltSwiftUI View hierarchy.

    Initialize this controller with the view that you want to place at the top of the hierarchy.

    When using UIKit views, it’s possible to interact with a AltSwiftUI views by passing a UIHostingController that contains a View hierarchy.

    See more

    Declaration

    Swift

    open class UIHostingController : UINavigationController
    extension UIHostingController: UINavigationControllerDelegate
    extension UIHostingController: UIGestureRecognizerDelegate

Public Types