Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sgabello/UIView-FlipTransition

An Objective-C category on UIView to make Flip transitions between Views
https://github.com/sgabello/UIView-FlipTransition

Last synced: 2 months ago
JSON representation

An Objective-C category on UIView to make Flip transitions between Views

Awesome Lists containing this project

README

        

Purpose
--------------

UIView+FlipTransform is a category on UIView that create a flip transition between two UIViews on iOS.

Installation
--------------

To use the UIView+FlipTransform in an app, just drag the UIView+FlipTransform class files into your project and add the QuartzCore framework.

Usage
--------------

Refer to the Demo included in the project for now. I'll add a more detailed explanation in future.