Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
356 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 commit in 1 repository
Created 1 repository
- roberthein/Looping Swift
Created a pull request in znly/Looping that received 1 comment
change run loop mode to common to accommodate for scroll views
Because the app is not in RunLoop.Mode.default while scrolling a UIScrollView, but in RunLoop.Mode.tracking instead, the animation is not updating …