中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
按照demo写的lottie用例,在实际开发中存在十分严重的内存泄漏,导致会耗光内存
微信扫码分享
aboutToDisappear(): void { console.log(‘aboutToDisappear’) if (this.animateItem != null) { this.animateItem = null } this.controller1?.close() lottie.destroy() }