AladinWay / TransitionButton

UIButton sublass for loading and transition animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on iOS 9

IvanGzx opened this issue · 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
 }