RSLoadingView icon indicating copy to clipboard operation
RSLoadingView copied to clipboard

Crash on Iphone 5C version 10.3.3

Open KanhaiyaCMDL opened this issue 6 years ago • 0 comments

public func renderer(_ renderer: SCNSceneRenderer, updateAtTime time: TimeInterval) { //logger.logDebug("updateAtTime (time)") if isResized { prepareForResize() isResized = false } else { DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) { self.effect.update(at: time) // Crash will be happen in this line } } }

KanhaiyaCMDL avatar Feb 04 '20 09:02 KanhaiyaCMDL