Contents

setIsListChoice(_:)

Sets whether the widget annotation is a list.

Declaration

func setIsListChoice(_ isList: Bool)

Parameters

  • isList:

    Send True to set the choice widget annotation is a list, False otherwise.

Discussion

A choice widget annotation can be either a list or a pop-up menu.

See Also

Determining the Type of Choice Widget Annotation