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: 10 days ago
JSON representation
An Objective-C category on UIView to make Flip transitions between Views
- Host: GitHub
- URL: https://github.com/sgabello/UIView-FlipTransition
- Owner: sgabello
- Created: 2011-08-10T18:05:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-13T15:26:15.000Z (over 13 years ago)
- Last Synced: 2024-11-05T11:53:20.331Z (5 months ago)
- Language: Objective-C
- Homepage:
- Size: 119 KB
- Stars: 18
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - UIView-FlipTransition - An Objective-C category on UIView to make Flip transitions between Views (etc)
- awesome - UIView-FlipTransition - An Objective-C category on UIView to make Flip transitions between Views (etc)
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.