validateUserInterfaceItem(_:)
Returns whether the receiver can handle the action method for a user interface item.
Declaration
func validateUserInterfaceItem(_ item: any NSValidatedUserInterfaceItem) -> BoolParameters
Return Value
true if the receiver can handle the action method; false if it cannot.