https://github.com/Cuberto/liquid-swipe
https://github.com/Cuberto/liquid-swipe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Cuberto/liquid-swipe
- Owner: Cuberto
- License: mit
- Created: 2018-12-24T16:10:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T11:24:43.000Z (over 4 years ago)
- Last Synced: 2025-03-03T12:16:50.827Z (2 months ago)
- Language: Swift
- Size: 5.39 MB
- Stars: 2,978
- Watchers: 82
- Forks: 321
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - liquid-swipe - Transition simulates liquid when swipe to the side [•](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/Screenshots/animation.gif) (Content / Controller)
README
# Cuberto's development lab:
Cuberto is a leading digital agency with solid design and development expertise. We build mobile and web products for startups. Drop us a line.
# liquid-swipe
[](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/LICENSE)
[](http://cocoapods.org/pods/liquid-swipe)
[](https://developer.apple.com/swift/)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
- iOS 9.3+
- Xcode 10## Installation
liquid-swipe is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'liquid-swipe'
```
Then run `pod install`.## Usage
Instantiate `LiquidSwipeContainerController` from storyboard or from code and set properly configured datasource
The data source for a controller is responsible for providing the content view controllers on demand and must conform to the `LiquidSwipeContainerDataSource`
Container delegate can be used for monitoring conent changes## Android
Similar library [LiquidSwipe](https://github.com/Cuberto/liquid-swipe-android) by [Cuberto](https://github.com/Cuberto)
## Author
Cuberto Design, [email protected]
## License
liquid-swipe is available under the MIT license. See the LICENSE file for more info.