CharlesHarroch / CHPulseButton

iOS Custom UIButton with Pulse animation written in swift and fully customizable with Interface Builder
MIT License
13 stars 3 forks source link

Swift 4.1 Compile Error #1

Open eryalparslan opened 6 years ago

eryalparslan commented 6 years ago

As soon as I install CHPulseButton pod, Xcode gives 13 error in the library

talanov commented 5 years ago

https://github.com/CharlesHarroch/CHPulseButton/pull/2

Or you can use my fork:

pod 'CHPulseButton', :git => 'https://github.com/talanov/CHPulseButton.git'

Also, if you only need it as a IBDesignable button, you can use my other fork: pod 'CHPulseButton', :git => 'https://github.com/talanov/CHPulseButton.git', :branch => 'feat-ibdesignable-uibutton'