Contents

supplementalMenu

A supplemental menu to augment the attribution view’s existing menu.

Declaration

var supplementalMenu: UIMenu? { get set }
var supplementalMenu: NSMenuItem? { get set }

Discussion

Use supplementalMenu when there are additional actions a user can take on content represented by this view’s SWHighlight. A nil value informs the system to not add a supplemental menu.

See Also

Customizing highlights