sgbutton icon indicating copy to clipboard operation
sgbutton copied to clipboard

convert swift 2.x to swift 3.x

Open mobileyangli opened this issue 9 years ago • 0 comments

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

mobileyangli avatar Dec 21 '16 06:12 mobileyangli