Contents

highlightMenu

A menu with a list of system actions specific to this hightlight.

Declaration

var highlightMenu: UIMenu { get }
var highlightMenu: NSMenu { get }

Discussion

Use this menu to augment an existing menu that the system attaches to the content represented by this SWAttributionView. This menu allows the user to reply to or hide the highlight. Your app needs to add this hightlightMenu inline with, and at the end of, the menu elements it augments.

See Also

Customizing highlights