Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 420 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 420 Bytes

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.