Skip to content

Releases: qyz777/DanmakuKit

支持SwiftUI

06 Feb 06:52
Compare
Choose a tag to compare

新增SwiftUI兼容接口,新增SwiftUI subspec

支持SPM

05 Jan 03:45
Compare
Choose a tag to compare
1.4.2

修复内存性能问题

29 Dec 03:20
Compare
Choose a tag to compare

修复弹幕移动中无法响应子视图事件的问题

03 Nov 14:36
Compare
Choose a tag to compare

为DanmakuCell新增重绘接口

12 Mar 13:56
Compare
Choose a tag to compare

有issue提问到如何重新绘制弹幕,其实只需调用DanmakuCell的layer.setNeedsDisplay()方法即可。为了减少开发成本,为DanmakuCell新增了一个重绘接口,后续重新绘制弹幕时直接使用如下调用即可:

danmaku.redraw()