FloatingPanel
FloatingPanel copied to clipboard
CollectionView scrollViewDidScroll don't working when Floating Panel didMove Full

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
I use new version FloatingPanel: pod "FloatingPanel"