removeFilePresenter(_:)
Unregisters the specified file presenter object.
Declaration
class func removeFilePresenter(_ filePresenter: any NSFilePresenter)Parameters
- filePresenter:
The file presenter object to unregister. If the object is not currently registered, this method does nothing.
Discussion
Call this method to unregister file presenters before those objects are deallocated, even in a garbage-collected application.