You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MaximKotliar I'm having an issue when I call collectionView.scrollToItem. The image that I am applying parallax too is not in the correct position after I call collectionView.scrollToItem.
@MaximKotliar It seems like the way to solve this is to call collectionView.updateParallaxOnVisibleItems() after scrolling. This is a function in your library. Is this ok to do? Please see code below
@MaximKotliar I'm having an issue when I call
collectionView.scrollToItem
. The image that I am applying parallax too is not in the correct position after I callcollectionView.scrollToItem
.This is the code that to scroll:
This is the parallax code. I only add parallax to
backgroundImageView
:Here is an image to illustrate the issue:
This issue is solved after I "manually" scroll by "swiping" on the screen.
Any suggestions?
The text was updated successfully, but these errors were encountered: