Skip to content

Commit e7c2482

Browse files
authored
Update README.md
1 parent 256a7ff commit e7c2482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ScreenShotBack
22
截图手势返回,景深效果,类似斗鱼、天天快报、腾讯新闻等APP的手势返回。对于每个VC都可以关闭或者打开手势返回,一个属性搞定。
3-
3+
、、、java
44
yourVC.enablePanGesture = YES;(打开返回手势)默认为YES
55
yourVC.enablePanGesture = NO; (关闭返回手势)
66

@@ -10,7 +10,7 @@
1010
@property (nonatomic, assign) BOOL enablePanGesture;//是否支持拖动pop手势,默认yes,支持手势
1111

1212
@end
13-
13+
、、、
1414
# 注 :隐藏的导航栏的返回效果自己看GIF,6666666.
1515

1616
![image](https://github.com/zhengwenming/ScreenShotBack/blob/master/ScreenShotBack/ScreenShotPop.gif)

0 commit comments

Comments
 (0)