Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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: 2023-03-12T06:11:26.125Z (almost 2 years 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.