LeonardoCardoso / NFDownloadButton

Revamped Download Button. It's kinda a reverse engineering of Netflix's app download button.
https://leocardz.com/nfdowloadbutton-f576fdf30b40
MIT License
434 stars 32 forks source link

Swift 3 --> Swift 4 name changes. #4

Closed BaselNsralla closed 6 years ago

BaselNsralla commented 6 years ago

Changed kCAFillModeBoth to the new Siwft 4 naming CAMediaTimingFillMode.both Changed kCAMediaTimingFunctionEaseOut to the new Siwft 4 naming CAMediaTimingFunctionName.easeOut

LeonardoCardoso commented 6 years ago

Thanks, @BaselNsralla!