CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2016 |
Maintained by Boyce Chang.
If you like BCMagicTransition and use it, could you please:
BCMagicTransition is available on CocoaPods. Just add the following to your project Podfile:
pod 'BCMagicTransition'
If you want to read more about CocoaPods, have a look at this short tutorial.
#import "UIViewController+BCMagicTransition.h"
@interface MyViewController : <BCMagicTransitionProtocol>
- (void)push
{
... ...
[self pushViewController:secondVC fromViews:fromViews toViews:toViews duration:0.3];
}
Author: BoyceChang
This code is distributed under the terms and conditions of the MIT license.
If you are fixing a bug you discovered, please add also a unit test so I know how exactly to reproduce the bug before merging.