Instance Method インスタンスメソッド

title(for:identifier:)

Sent to the delegate to request the title of the menu item for the action.

Declaration 宣言

func title(for person: ABPerson!, 
identifier: String!) -> String!

Parameters パラメータ

person

The person on which the action will be taken.

identifier

The unique identifier of the value for which the menu item will be displayed.

Return Value 戻り値

The title of the menu item for the action.

Discussion 解説

If the property returned by actionProperty() is a multivalue property, identifier contains the unique identifier of the value selected.

See Also 参照

Querying