Anish Parajuli

Results 3 comments of Anish Parajuli

@Juanpe , any solution/quick fix for this? This looks like an issue with the library where it can't clear out the skeletonview after the view disappears from the screen.

I have not mixed / tested local notification with push notification.So hard to tell what went wrong

One of the solution that worked for me was setting the contentOffset as > var collectionViewOffset: CGFloat { > get { > return productCollectionView.contentOffset.x > } > set { >...