TransitionButton icon indicating copy to clipboard operation
TransitionButton copied to clipboard

Crash on iOS 9

Open IvanGzx opened this issue 4 years ago • 0 comments

init(frame: CGRect) {
    super.init() 

    self.setToFrame(frame) // this line
    
    self.fillColor = nil
    self.strokeColor = spinnerColor.cgColor
    self.lineWidth = 1
    
    self.strokeEnd = 0.4
    self.isHidden = true
 }

IvanGzx avatar Nov 26 '20 03:11 IvanGzx