SJFullscreenPopGesture icon indicating copy to clipboard operation
SJFullscreenPopGesture copied to clipboard

Fullscreen pop gesture. OC&Swift. It is very suitable for the application of the video player. Support `cocoapods`. 只需`pod`即可自带全屏返回手势. 支持pod. 支持OC&Swift.

Results 12 SJFullscreenPopGesture issues
Sort by recently updated
recently updated
newest added

导入Pod时, 要导入2个库?? ``` pod 'SJFullscreenPopGesture' pod 'SJNavigationPopGesture' ``` 配置如下 ``` SJNavigationPopGesture.install() ```

- (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated { if (self.childViewControllers.count > 0) { viewController.hidesBottomBarWhenPushed = YES; } } 我在你的demo里用代码写了UITabBarController,替代了stroyboard,能复现这个问题,好像截屏截不到Tabbar