HeathWang / HWPanModal

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

当app退到后台时,如果执行了presentPanModal,toviewcontroller不显示,必现!! #151

Open JanyGee opened 1 month ago

JanyGee commented 1 month ago

企业微信截图_e7e4b85a-3b3b-42eb-b29e-042b9c6cf9f2 检查发现是调用HWPanModalAnimator封装的动画问题,直接使用[UIView animateWithDuration:0.3 animations:]就能解决

HeathWang commented 1 month ago

奇怪,HWPanModalAnimator也是执行动画而已