TunnelOptionsPanel
@IBDesignable
open class TunnelOptionsPanel : OptionsPanel
An options panel for displaying the tunnel options of the underlying NMARoutingMode
.
See also
NMARoutingMode.tunnelCategory
-
A string that can be used to represent the panel.
Declaration
Swift
public static let name: String
-
The underlying
NMARoutingMode
object. The panel reflects itstunnelCategory
properties and sets theselectedItemIndex
based on it.Declaration
Swift
public var routingMode: NMARoutingMode! { get set }
-
The delegate object is responsible for customizing the panel.
Declaration
Swift
public weak var pickerDelegate: PickerViewDelegate? { get set }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)