target
The menu item’s target.
Declaration
weak var target: AnyObject? { get set }Discussion
To ensure that a menu item’s target can receive commands while a modal dialog is open, the target object should return true in worksWhenModal.
The menu item’s target.
weak var target: AnyObject? { get set }To ensure that a menu item’s target can receive commands while a modal dialog is open, the target object should return true in worksWhenModal.