Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

swift collectionview scrolltoitem

self.collectionView.scrollToItem(at:IndexPath(item: indexNumber, section: sectionNumber), at: .right, animated: false)
 
PREVIOUS NEXT
Tagged: #swift #collectionview #scrolltoitem
ADD COMMENT
Topic
Name
7+9 =