Created
July 24, 2018 08:26
-
-
Save MaherKSantina/f2b99384fc63035bff3ba9be596cc735 to your computer and use it in GitHub Desktop.
MSPCVDI Snippet 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) { | |
currentScrollOffset = scrollView.contentOffset | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment