SCViewControllerState
enum SCViewControllerState {}
@enum The types of SCViewController and SCTableViewController states.
-
View controller is being displayed for the first time. A view controller remains in this state * until the viewDidAppear method has been called.
Declaration
Objective-C
SCViewControllerStateNew
-
View controller is visible and active.
Declaration
Objective-C
SCViewControllerStateActive
-
View controller has disappeared and is inactive.
Declaration
Objective-C
SCViewControllerStateInactive
-
View controller has been dismissed (using either the Done or Cancel buttons).
Declaration
Objective-C
SCViewControllerStateDismissed