1 Star 0 Fork 0

AugustRush / ARTransitionAnimator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
augustrush 提交于 2015-05-28 17:37 . readme text

ARTransitionAnimator

ARTransitionAnimator is a simple class which custom UIViewController transition animation.

demo Gifs

Usage

 self.transitionAnimator = [[ARTransitionAnimator alloc] init];
 self.transitionAnimator.transitionDuration = 0.6;
 self.transitionAnimator.transitionStyle = ARTransitionStyleMaterial|ARTransitionStyleLeftToRight;

 FirstViewController *viewController = [[FirstViewController alloc] initWithNibName:@"FirstViewController" bundle:nil];
 self.navigationController.delegate = self.transitionAnimator; // set delegate
 [self.navigationController pushViewController:viewController animated:YES];

Install

TO DO

  • add more animations

  • Improve the show of animation

现在的版本只是写了很少的一部分,有很多的地方需要改进,由于最近项目上时间比较紧,耽搁了一些开源代码的进度,希望大家可以一起不断的完善这些代码。可以到我的github主页'https://github.com/AugustRush' fork 我的其他开源代码,帮助我不断的完善和改进。

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/AugustLua/ARTransitionAnimator.git
git@gitee.com:AugustLua/ARTransitionAnimator.git
AugustLua
ARTransitionAnimator
ARTransitionAnimator
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891