Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cuberto/liquid-swipe
https://github.com/Cuberto/liquid-swipe
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Cuberto/liquid-swipe
- Owner: Cuberto
- License: mit
- Created: 2018-12-24T16:10:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T11:24:43.000Z (about 4 years ago)
- Last Synced: 2024-10-01T14:48:10.494Z (about 1 month ago)
- Language: Swift
- Size: 5.39 MB
- Stars: 2,979
- Watchers: 82
- Forks: 319
- 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
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/v/liquid-swipe.svg)](http://cocoapods.org/pods/liquid-swipe)
[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-green.svg?style=flat)](https://developer.apple.com/swift/)![Animation](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/Screenshots/animation.gif)
## 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.