We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256a7ff commit e7c2482Copy full SHA for e7c2482
README.md
@@ -1,6 +1,6 @@
1
# ScreenShotBack
2
截图手势返回,景深效果,类似斗鱼、天天快报、腾讯新闻等APP的手势返回。对于每个VC都可以关闭或者打开手势返回,一个属性搞定。
3
-
+、、、java
4
yourVC.enablePanGesture = YES;(打开返回手势)默认为YES
5
yourVC.enablePanGesture = NO; (关闭返回手势)
6
@@ -10,7 +10,7 @@
10
@property (nonatomic, assign) BOOL enablePanGesture;//是否支持拖动pop手势,默认yes,支持手势
11
12
@end
13
+、、、
14
# 注 :隐藏的导航栏的返回效果自己看GIF,6666666.
15
16

0 commit comments