FloatingPanel icon indicating copy to clipboard operation
FloatingPanel copied to clipboard

CollectionView scrollViewDidScroll don't working when Floating Panel didMove Full

Open hoangduong536 opened this issue 4 years ago • 1 comments

image

Dear admin ,

I use new version FloatingPanel: pod "FloatingPanel"

CollectionView scrollViewDidScroll don't working when Floating Panel didMove Full

func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { collectionViewContainer.scrollToItem(at: indexPath, at: .centeredHorizontally, animated: true)

}

func scrollViewDidScroll(_ scrollView: UIScrollView) { self.mHorizontalBarLeftAnchorConstraint?.constant = scrollView.contentOffset.x / 2 }

Thanks admin

hoangduong536 avatar Nov 17 '21 14:11 hoangduong536

I use new version FloatingPanel: pod "FloatingPanel"

hoangduong536 avatar Nov 17 '21 14:11 hoangduong536