Scrolls the collection view contents until the specified item is visible.
컬렉션 뷰의 컨텐츠들을 스크롤해라/ 지정된 아이템이 보일 때까지
func scrollToItem(at indexPath: IndexPath,
at scrollPosition: UICollectionView.ScrollPosition,
animated: Bool)
The index path of the item to scroll into view.
아이템의 인덱스 패스/ view로 스크롤할
An option that specifies where the item should be positioned when scrolling finishes.
스크롤링이 끝날 때 아이템이 위치되어야 하는 위치를 지정하는 옵션
For a list of possible values, see UICollectionView.ScrollPosition.
가능한 값들의 리스트로써, UICollectionView.ScrollPosition을 봐라.
Specify true to animate the scrolling behavior or false to adjust the scroll view’s visible content immediately.
true로 지정해라/ 스크롤 동작에 애니메이션을 넣으려면/ 아니면 false로 해라. 스크롤 뷰의 보일수있는 컨텐트가 즉시보이도록 조정하려면