scrollToItem(at:at:animated:)
Scrolls the collection view contents until the specified item is visible.
Declaration
func scrollToItem(at indexPath: IndexPath, at scrollPosition: UICollectionView.ScrollPosition, animated: Bool)Parameters
- indexPath:
The index path of the item to scroll into view.
- scrollPosition:
An option that specifies where the item should be positioned when scrolling finishes. For a list of possible values, see Scrollposition.
- animated:
Specify True to animate the scrolling behavior or False to adjust the scroll view’s visible content immediately.