Classes
The following classes are available globally.
-
Overview
A
BMViewControllerreplaces the defaultUIViewController. It manages a single screen, and listen to the users interactions with it.Refer to BMViewWithViewControllerAndViewModel to understand the architecture of a view.
The
See moreBMViewControllergives you access to arootViewwhich is the view properly casted.Declaration
Swift
open class BMViewController<View> : UIViewController where View : UIView, View : BMViewWithViewControllerAndViewModel
-
A View used to do contain other viewcontrollers.
See moreDeclaration
Swift
public class BMContainerView : UIView
View on GitHub
Classes Reference