Contents

removeItems(_:)

Removes the specified items from the web history.

Declaration

func removeItems(_ items: [Any]!)

Parameters

  • items:

    An array of web history items to remove.

Discussion

When successful, this method posts a notification (WebHistoryItemsRemovedNotification).

See Also

Adding and Removing History Items