HeathWang / HWPanModal

HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。
MIT License
1.16k stars 197 forks source link

弹出多层dismiss的问题 #106

Closed chenjc0317 closed 2 years ago

chenjc0317 commented 2 years ago

版本:0.6.7 问题:根视图弹出VC,VC弹出一个继承'HWPanModalContentView'的View,下拉view时,VC也会跟着下拉。 我现在的解决步骤:在VC中创建一个控制变量,当view弹出时设置为false,view dismiss完成后设置为true,实现‘shouldRespondToPanModalGestureRecognizer’方法。 想问一下,有没有可能在手势层面解决这个问题。 感激不尽

第一层VC: image 第二层view: image 复现视频:

https://user-images.githubusercontent.com/47734570/143796417-410218e3-36b0-4558-8ca0-14e2416fcddc.mp4

chenjc0317 commented 2 years ago

@HeathWang

HeathWang commented 2 years ago

@chenjc0317 可以第二个视图也用ViewController弹出的