TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2016 |
Maintained by Unclaimed.
If you like BCMagicMoveTransition and use it, could you please:
star this repo
send me some feedback. Thanks!
BCMagicMoveTransition is available on CocoaPods. Just add the following to your project Podfile:
pod 'BCMagicMoveTransition'
If you want to read more about CocoaPods, have a look at this short tutorial.
import "BCMagicTransitViewController.h"
@interface MyViewController : BCMagicTransitViewController
- (void)push
{
... ...
[self pushViewController:secondVC fromViews:fromViews toViews:toViews duration:0.3];
}
Author: Boyce Chang
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.