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 itsroutingOptions
properties and sets theselectedItemIndexes
based on it.Declaration
Swift
public var routingMode: NMARoutingMode! { get set }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)