KTCarousel 2.2

KTCarousel 2.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2018
SPMSupports SPM

Maintained by kevin taniguchi.



  • By
  • Kevin Taniguchi

KTCarousel

[![CI Status](http://img.shields.io/travis/Kevin Taniguchi/KTCarousel.svg?style=flat)](https://travis-ci.org/Kevin Taniguchi/KTCarousel) Version License Platform

Example

KTCarousel is a zoom in zoom out carousel zooming using a custom view controller transition.

It subclasses off UIPresentationController and uses a custom UIViewControllerAnimatedTransitioning/UIViewControllerTransitioningDelegate object to manage the zoom in / zoom out effect.

To use it, you have your source view controller conform to the KTCarouselTransitioning, KTSynchronizingDelegate protocols and you conform your destination view controller to KTCarouselTransitioning.

To run the example project, clone the repo, and run pod install from the Example directory first.

Demo

Requirements

Installation

KTCarousel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "KTCarousel"

Author

Kevin Taniguchi, [email protected]

License

KTCarousel is available under the MIT license. See the LICENSE file for more info.

KTCarousel