Closed lfarah closed 7 years ago
Hey @bennyguitar, I'd be cool to update Colours to Swift 3 since UIColor.blueColor(), for example, is now UIColor.blue()
UIColor.blueColor()
UIColor.blue()
I'd second this request.
We can just create a swift3 branch for now
swift3
I believe this has been done, but it may need refactoring for the other color definitions.
Hey @bennyguitar, I'd be cool to update Colours to Swift 3 since
UIColor.blueColor()
, for example, is nowUIColor.blue()