KTCarousel
[](https://travis-ci.org/Kevin Taniguchi/KTCarousel)
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.
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.