janselv / fave-button

FaveButton is an iOS cute animated like button written in Swift.
MIT License
1.51k stars 201 forks source link

Support for swift 4.0? #43

Closed fsufyan closed 5 years ago

fsufyan commented 5 years ago

Hi

the latest version doesn't seem to support Swift 4.0 I get an error in FaveButton.swift indicating: 'init(colorLiteralRed:green:blue:alpha:)' is unavailable: This initializer is only meant to be used by color literals

This can be solved by replacing colorLiteralRed to red and toggle func() to be preceded by @objc

If you would like i can submit a Pull Request.

janselv commented 5 years ago

Swift 4.2 supported with patch #46