OverlayController
OverlayController copied to clipboard
OverlayController easily pop your custom view and provide optional transition animation. written in swift 5.0
Results
2
OverlayController issues
Sort by
recently updated
recently updated
newest added
#selector(overlayTapped(_:)) & #selector(handlePan(_:)) throwing error in swift 4. I was using it as cocoapod earlier but had to change manual due to it. Please fix it .
问题1、 通过pod添加的话,OverlayController初始化不了,原因是其权限不是public 问题2、 点击弹出的item时,并没有触发delegate方法。(如点击最后一个sina)