TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2015 |
Maintained by Eugene Nguyen.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Quite simple. First import the XBTViewController.h in your "to viewController", the one you want to show with transition
#import <XBTViewController.h>
Second, change your viewController, instead of subclass of UIViewController, make it subclass of XBTViewController
@interface XBTTestViewController : XBTViewController
Last, set viewController.previousView to the view that you want to start animation
aViewController.previousView = aView;
and let XBTransition do the rest :)
eugenenguyen, [email protected]
Any question, request, suggest, please feel free to send to us. You're always welcome.
XBTransition is available under the MIT license. See the LICENSE file for more info.
This is open-source project. If you want to support us to keep develop this, or just give me a beer, don't be shy :) i will always appreciate that.