RoutingOptionsPanel

@IBDesignable
open class RoutingOptionsPanel : OptionsPanel

An options panel for displaying the drive options of a routing mode.

See also

NMARoutingMode.routingOptions property.
  • A string that can be used to represent the panel.

    Declaration

    Swift

    public static let name: String
  • The underlying NMARoutingMode object. The panel reflects its routingOptions properties and sets the selectedItemIndexes based on it.

    Declaration

    Swift

    public var routingMode: NMARoutingMode! { get set }