<Instance method> scrollToItem(at:at:animated:)
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.
아이템의 인덱스 패스/ view로 스크롤할
scrollPosition
An option that specifies where the item should be positioned when scrolling finishes.
스크롤링이 끝날 때 아이템이 위치되어야 하는 위치를 지정하는 옵션
For a list of possible values, see UICollectionView.ScrollPosition.
가능한 값들의 리스트로써, UICollectionView.ScrollPosition을 봐라.
animated
Specify true to animate the scrolling behavior or false to adjust the scroll view’s visible content immediately.
true로 지정해라/ 스크롤 동작에 애니메이션을 넣으려면/ 아니면 false로 해라. 스크롤 뷰의 보일수있는 컨텐트가 즉시보이도록 조정하려면
Author And Source
이 문제에 관하여(<Instance method> scrollToItem(at:at:animated:)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@dlsl7380/Instance-method-scrollToItematatanimated저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)