https://github.com/vlondon/vmscrollview
Infinite horizontal scrolling view with parallax effect.
https://github.com/vlondon/vmscrollview
navigation pages pageviews parallax scrollview swift swift4 tutorial
Last synced: 12 months ago
JSON representation
Infinite horizontal scrolling view with parallax effect.
- Host: GitHub
- URL: https://github.com/vlondon/vmscrollview
- Owner: vlondon
- License: mit
- Created: 2017-10-02T23:24:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T01:19:26.000Z (over 8 years ago)
- Last Synced: 2024-04-23T14:42:17.326Z (almost 2 years ago)
- Topics: navigation, pages, pageviews, parallax, scrollview, swift, swift4, tutorial
- Language: Swift
- Homepage:
- Size: 157 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VMScrollView

##Installation
###CocoaPods
```
pod 'VMScrollView'
```
###Manually
You can also import **VMScrollView** in to your project manually, just drag and drop VMScrollView.swift file in to your Xcode project.