unregisterClass(_:)
Removes the specified image representation subclass from the registry of available image representations.
Declaration
class func unregisterClass(_ imageRepClass: AnyClass)Parameters
- imageRepClass:
The
Classobject for anNSImageRepsubclass.
Discussion
This method posts the registryDidChangeNotification, along with the receiving object, to the default notification center.