Declared in SCViewControllerTypedefs.h

SCViewControllerState

@enum The types of SCViewController and SCTableViewController states.

Definition

typedef NS_ENUM(NSInteger, SCViewControllerState ) {
   SCViewControllerStateNew,
   SCViewControllerStateActive,
   SCViewControllerStateInactive,
   SCViewControllerStateDismissed,
};

Constants

SCViewControllerStateNew

View controller is being displayed for the first time. A view controller remains in this state until the viewDidAppear method has been called.

Declared In SCViewControllerTypedefs.h.

SCViewControllerStateActive

View controller is visible and active.

Declared In SCViewControllerTypedefs.h.

SCViewControllerStateInactive

View controller has disappeared and is inactive.

Declared In SCViewControllerTypedefs.h.

SCViewControllerStateDismissed

View controller has been dismissed (using either the Done or Cancel buttons).

Declared In SCViewControllerTypedefs.h.

Declared In

SCViewControllerTypedefs.h