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

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. To install
it, simply add the following line to your Podfile:

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

GitHub