PCFEnvironmentSwitcherTableViewItem

public class PCFEnvironmentSwitcherTableViewItem: YoshiTableViewMenuItem

PCF environment switcher debug menu table view item.

  • The network environment.

    Declaration

    Swift

    let environment: HTTPEnvironment
  • The network environment.

    Declaration

    Swift

    public var name: String
  • The network environment.

    Declaration

    Swift

    public var subtitle: String?
  • Undocumented

    Declaration

    Swift

    public class PCFEnvironmentSwitcherTableViewItem: YoshiTableViewMenuItem
  • Initializes a debug environment item for the debug menu.

    • Parameters:
      • environment: The environment associated with the item.
      • selected: true if the environment item is currently used and selected. false if not.

    Declaration

    Swift

    public init(environment: HTTPEnvironment, selected: Bool)

    Parameters

    environment

    The environment associated with the item.

    selected

    true if the environment item is currently used and selected. false if not.