Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insfgg99x/fgganimation
push视图时添加酷炫的转场动画
https://github.com/insfgg99x/fgganimation
Last synced: about 2 months ago
JSON representation
push视图时添加酷炫的转场动画
- Host: GitHub
- URL: https://github.com/insfgg99x/fgganimation
- Owner: Insfgg99x
- Created: 2015-07-24T15:01:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T15:44:02.000Z (over 9 years ago)
- Last Synced: 2024-04-17T01:39:46.821Z (8 months ago)
- Language: Objective-C
- Size: 108 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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视图时添加酷炫的转场动画