Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T04:51:09.000Z (over 6 years ago)
- Last Synced: 2024-10-12T17:50:42.948Z (2 months 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 [[email protected]](mailto:[email protected]) or [@stefanceriu](https://twitter.com/stefanceriu).