selectedIndex
The current selection’s index.
Declaration
var selectedIndex: Int { get set }Discussion
The value of the property must be within the bounds of the pointsOfInterest array, or NSNotFound to indicate no selection.
The current selection’s index.
var selectedIndex: Int { get set }The value of the property must be within the bounds of the pointsOfInterest array, or NSNotFound to indicate no selection.