Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/insfgg99x/fgganimation

push视图时添加酷炫的转场动画
https://github.com/insfgg99x/fgganimation

Last synced: about 2 months ago
JSON representation

push视图时添加酷炫的转场动画

Awesome Lists containing this project

README

        

# FGGAnimation
用法 :
DetailViewController *dvc=[[DetailViewController alloc] init];
// 设置转场动画
// ------------------------------------------------------------
[FGGAnimation addAnimationOnView:self.view animation:FGGAnimationTypeCameral direction:FGGAnimationDirectionLeft duration:0.5];
// ------------------------------------------------------------
// 导航推出
[self.navigationController pushViewController:dvc animated:YES];

push视图时添加酷炫的转场动画