ITLibraryDidChangeNotification

Static ITLibraryDidChangeNotification 

Source
pub unsafe static ITLibraryDidChangeNotification: &'static NSNotificationName
Available on crate feature ITLibrary only.
Expand description

This notification is sent to NSDistributedNotificationCenter when a change has occurred in the library. The client should call [ITLibrary -reloadData] if it wants a new view of the library contents.

Note: This is not a fine-grained notification. This API does not support per-object change notifications.

See also Apple’s documentation