Classes

The following classes are available globally.

  • Generic base view controller that automatically loads the underlying BaseView of type T.

    See more

    Declaration

    Swift

    open class BaseViewController<T> : UIViewController where T : UIView