- 类似酷狗音乐, 斗鱼TV的全屏返回手势, push动效, pop动效
- 安装
- Installation with CocoaPods:
pod 'HJFullscreenPopGestureRecognizer'
-
Manual import:
- Drag All files in the HJFullscreenPopGestureRecognizer folder to project
- Import the main file:
#import "HJFullscreenPopGestureRecognizer.h"
-
1.全屏返回手势
- (void)viewDidLoad {
[super viewDidLoad];
self.hj_fullscreenPopGestureRecognizerEnabled = YES;
}
- 2.动画push
[self.navigationController hj_animatedPushViewController:viewController];
- 3.动画pop
[self.navigationController hj_animatedPopViewController];