Classes

The following classes are available globally.

  • Overview

    A BMViewController replaces the default UIViewController. It manages a single screen, and listen to the users interactions with it.

    Refer to BMViewWithViewControllerAndViewModel to understand the architecture of a view.

    The BMViewController gives you access to a rootView which is the view properly casted.

    See more

    Declaration

    Swift

    open class BMViewController<View> : UIViewController where View : UIView, View : BMViewWithViewControllerAndViewModel

Containement