https://github.com/dimillian/dmcustomtransitions
Some custom transitions for iOS 7
https://github.com/dimillian/dmcustomtransitions
Last synced: 9 months ago
JSON representation
Some custom transitions for iOS 7
- Host: GitHub
- URL: https://github.com/dimillian/dmcustomtransitions
- Owner: Dimillian
- License: mit
- Created: 2013-11-26T16:38:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T01:58:25.000Z (about 9 years ago)
- Last Synced: 2025-04-02T06:06:05.222Z (about 1 year ago)
- Language: Objective-C
- Size: 132 KB
- Stars: 92
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#DMCustomTransition
This is a set of custiom iOS 7 transition. Those transitions are abstracts and should works with any screen size, view controller and configurations.
No cocoapods, no complicated stuff, just an example and a set of classes in **/transitions**
There is a base class that each transition subclass, to use one of those transition in your project you need to import the transition you want + the base class `DMBaseTransition`