Documentation for MapLib/ComboBoxControl.swift

class ComboBoxControl : UIButton

Combobox control.

var selection : String = []

List of combobox values.

func setSelection(value: String)

Set selection.

Параметры
  • value – Value to select. If value is not from selection array nothing will be changed.

func getSelection() String

Get selection.

Результат

Selection string. May be empty string.