Contents

reloadItems(at:)

Reloads just the items at the specified index paths.

Declaration

func reloadItems(at indexPaths: [IndexPath])

Parameters

  • indexPaths:

    An array of Nsindexpath objects identifying the items you want to update.

Discussion

Call this method to selectively reload only the specified items. This causes the collection view to discard any cells associated with those items and redisplay them.

See Also

Reloading content