In auto scrolling UICollectionView cellForItemAtIndexPath not triggered by contentOffset
问题 I am attempting to create an auto scrolling UICollectionView (each cell has an image and a string). The scrolling works fine using contentOffset but since cellForItem is never triggered new/non-visible cells never load. I do not want to use scrollToItem ... contentOffset allows for a slow scrolling effect. I also can't use anything that requires a duration because I want this to run until the view is changed by the user. Here is the code I'm using: func configAutoScrollTimer() { signInTimer =