Cardslider
Cardslider is a design UI controller that allows you to swipe through cards with pictures and accompanying descriptions.
This project is maintained by Ramotion, Inc.
We specialize in the designing and coding of custom UI for Mobile Apps and Websites.
Inspired by Charles Patterson shot
Looking for developers for your project?
This project is maintained by Ramotion, Inc. We specialize in the designing and coding of custom UI for Mobile Apps and Websites.
Requirements
- iOS 11.0+
- Xcode 10.0+
Installation
Use CocoaPods with Podfile:
pod 'CardSlider'
or Carthage users can simply add Mantle to their Cartfile
:
github "Ramotion/CardSlider"
Then import the module in your code:
Usage
- Declare a card model, implementing
CardSliderItem
protocol:
- Implement
CardSliderDataSource
methods in your class:
- Create an instance of
CardSliderViewController
with the data source:
- Set the title and present: