State

public enum State : Equatable

Enumeration of states of the StatefulViewController.

  • Undocumented

    Declaration

    Swift

    case content
  • Undocumented

    Declaration

    Swift

    case empty(message: String, reloadHandler: (() -> Void)?)
  • Undocumented

    Declaration

    Swift

    case error(error: Error, reloadHandler: (() -> Void)?)
  • Undocumented

    Declaration

    Swift

    case loading(message: String?)
  • Declaration

    Swift

    public static func == (lhs: State, rhs: State) -> Bool