StatefulViewController

open class StatefulViewController : NibViewController, Navigator

A NibViewController subclass that manages and displays states of content.

This view controller handles states of loading content by displaying the appropriate child view controller depending of the state.

Note

Being a subclass of a NibViewController, an associated nib file is required with outlets connected.

Inintializers

Lifecycle

  • Declaration

    Swift

    override open func setup()