sgbutton
sgbutton copied to clipboard
convert swift 2.x to swift 3.x
hi men, I want use your's lib with swift 3.x, Xcode 8 has done most works of converting code, I changed some code like below for blocking the Xcode warning.
"UIGraphicsGetCurrentContext(); " => "_ = UIGraphicsGetCurrentContext();"
Cheers, Link