https://github.com/stefanceriu/scscrollview
UIScrollView subclass that can use a custom easing function to animate the setting of the content offset
https://github.com/stefanceriu/scscrollview
Last synced: about 1 year ago
JSON representation
UIScrollView subclass that can use a custom easing function to animate the setting of the content offset
- Host: GitHub
- URL: https://github.com/stefanceriu/scscrollview
- Owner: stefanceriu
- License: mit
- Created: 2014-10-31T10:49:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T04:51:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T23:23:30.040Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 27.3 KB
- Stars: 20
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCScrollView
UIScrollView subclass that can use a custom easing function to animate the setting of the content offset.
- supports all 30 easing functions defined in [AHEasing](https://github.com/warrenm/AHEasing) (wrapped inside SCEasingFunctions) which you can visualise at http://easings.net/
- adds a maximum number of touches property
- allows defining an UIBezierPath as a touch refusal area inside which touches will be ignored
## Usage
- Check out the [SCStackViewController](https://github.com/stefanceriu/SCStackViewController) or [SCPageViewController](https://github.com/stefanceriu/SCPageViewController) demo projects for more details
## License
SCScrollView is released under the MIT License (MIT) (see the LICENSE file)
## Contact
Any suggestions or improvements are more than welcome.
Feel free to contact me at [stefan.ceriu@gmail.com](mailto:stefan.ceriu@gmail.com) or [@stefanceriu](https://twitter.com/stefanceriu).