Classes
The following classes are available globally.
-
Generic base view controller that automatically loads the underlying
See moreBaseView
of typeT
.Declaration
Swift
open class BaseViewController<T> : UIViewController where T : UIView