Harley-xk / MaLiang

iOS painting and drawing library based on Metal. 神笔马良有一支神笔(基于 Metal 的涂鸦绘图库)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

拖动过程中频繁重绘内存压力很大

zhudi12358 opened this issue · comments

@objc private func handleMoveGestureRecognizer(_ gesture: UIPanGestureRecognizer)此方法在拖动过程中会持续调用,画的笔画比较多的时候,cpu压力过大导致app崩溃。谁有好的优化方案吗?