NotifyItemInserted
NotifyItemInserted is a property of the UICollectionView in iOS and macOS. It is a block that can be used to notify the app that an item has been inserted into the collection view. This property is used in conjunction with the insertItemsAtIndexPaths method, which inserts one or more items into the collection view.
When an item is inserted into the collection view, the UICollectionView will call the NotifyItemInserted block
NotifyItemInserted is a useful property when the collection view is being populated with data that needs to
The NotifyItemInserted block is passed to the insertItemsAtIndexPaths method when calling to insert one or more
In summary, NotifyItemInserted is a useful property that provides a way for the app to be notified