LifecycleManager
class LifecycleManager
Holds the lifecycle of a BaseLifecycleViewModel. A single lifecycle starts at UIViewController.viewDidAppear and ends at UIViewController.viewDidDisappear of the bound UIViewController This convenience class is the result of BaseLifecycleViewModel.addLifecycleManager. Invoke unbind to unbind the Lifecycle from its bound UIViewController