choiceyou / FWPopupView

弹窗控件:支持AlertView、Sheet、自定义视图的PopupView。AlertView中可以嵌套自定义视图,各组件的显示隐藏可配置;Sheet仿微信样式;同时提供自定义弹出。更多配置请参考”可设置参数“,提供OC使用Demo。
MIT License
471 stars 63 forks source link

没找到弹窗点击遮罩层消失的回调呀 #37

Closed Marcello168 closed 3 years ago

choiceyou commented 3 years ago

调用这个显示方法:func show(popupStateBlock: FWPopupStateBlock? = nil),有弹窗消失的回调

Marcello168 commented 3 years ago

好的 谢谢