Contents

didChangeNotification

Posted whenever a font collection is changed.

Declaration

class let didChangeNotification: NSNotification.Name

Discussion

The notification’s object is the font collection that was affected. The notification’s userInfo dictionary contains information about the the collection change containing the keys defined in NSFontCollection.UserInfoKey and the corresponding values.

See Also

Responding to Changes