Contents

toolbarDidRemoveItem(_:)

Tells the delegate that the toolbar removed the specified item.

Declaration

@MainActor optional func toolbarDidRemoveItem(_ notification: Notification)

Parameters

Discussion

Use this method to update data structures related to your toolbar items.

See Also

Adding and removing items