Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michal-majchrzycki/e575bebe76f0ca339744361ffa704cdf to your computer and use it in GitHub Desktop.
Save michal-majchrzycki/e575bebe76f0ca339744361ffa704cdf to your computer and use it in GitHub Desktop.
func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
if calendarCollectionView == scrollView {
setSelectedItemFromScrollView(scrollView)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment