WMDragView icon indicating copy to clipboard operation
WMDragView copied to clipboard

进入下一个页面 再回来 会到初始位置

Open HTOne opened this issue 2 years ago • 2 comments

进入下一个页面 再回来 会到初始位置

HTOne avatar Nov 24 '23 01:11 HTOne

楼主解决了吗,我也遇到这个问题了,需要怎么解决

chenwenkai1993 avatar Nov 28 '24 09:11 chenwenkai1993

已经修复。 请注意,添加到window上的全局dragView不建议使用masonry添加约束,否则会在新的其他VC加载的时候,dragView被复位到初始化位置,请使用alloc init with frame初始化。

zhengwenming avatar Dec 20 '24 15:12 zhengwenming