changsanjiang / SJFullscreenPopGesture

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

后续能支持UIWebView吗? #13

Open ghost opened 5 years ago

ghost commented 5 years ago

导入Pod时, 要导入2个库??

pod 'SJFullscreenPopGesture'
pod 'SJNavigationPopGesture'

配置如下

SJNavigationPopGesture.install()
ghost commented 5 years ago

光导入

pod 'SJFullscreenPopGesture'

不行

changsanjiang commented 5 years ago

第一个是Objc的, 第二个是swift的.

如果是swift, 导入第二个就行. UIWebView等有空了在加吧.

ghost commented 5 years ago

默认也不是全屏返回手势, /// 手势类型, default is edgeLeft

需要在UINavigationController中开启