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
NMARoutingModeobject. The panel reflects itsroutingOptionsproperties and sets theselectedItemIndexesbased on it.Declaration
Swift
public var routingMode: NMARoutingMode! { get set }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)
View on GitHub
RoutingOptionsPanel Class Reference