Contents

unregisterClass(_:)

Removes the specified image representation subclass from the registry of available image representations.

Declaration

class func unregisterClass(_ imageRepClass: AnyClass)

Parameters

  • imageRepClass:

    The Class object for an NSImageRep subclass.

Discussion

This method posts the registryDidChangeNotification, along with the receiving object, to the default notification center.

See Also

Managing Representation Subclasses of Images