RSDViewThemeElement
public protocol RSDViewThemeElement : RSDUIThemeElement
RSDViewThemeElement
tells the UI where to find the view controller to use when instantiating the
RSDStepController
.
-
The storyboard view controller identifier or the nib name for this view controller.
Declaration
Swift
var viewIdentifier: String { get }
-
If the storyboard identifier is non-nil then the view is assumed to be accessible within the storyboard via the
viewIdentifier
.Declaration
Swift
var storyboardIdentifier: String? { get }