performTextFinderAction(_:)
Performs all find oriented actions.
Declaration
func performTextFinderAction(_ sender: Any?)Parameters
- sender:
The sender of the find action.
Discussion
When an application performs a find action, it should send this message to the responder chain.
A responder of performTextFinderAction: is responsible for creating and owning an instance of NSTextFinder. Before any other messages are sent to the NSTextFinder, you should set its ‘client’ property to an object which implements the NSTextFinderClient protocol.