SJFullscreenPopGesture icon indicating copy to clipboard operation
SJFullscreenPopGesture copied to clipboard

后续能支持UIWebView吗?

Open ghost opened this issue 5 years ago • 3 comments

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

pod 'SJFullscreenPopGesture'
pod 'SJNavigationPopGesture'

配置如下

SJNavigationPopGesture.install()

ghost avatar May 24 '19 07:05 ghost

光导入

pod 'SJFullscreenPopGesture'

不行

ghost avatar May 24 '19 07:05 ghost

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

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

changsanjiang avatar May 24 '19 07:05 changsanjiang

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

需要在UINavigationController中开启

ghost avatar May 24 '19 08:05 ghost