shu223 / PulsingHalo

iOS Component for creating a pulsing animation.
MIT License
1.77k stars 240 forks source link

compiler warning on Xcode 6.3 #18

Closed jurvis closed 9 years ago

jurvis commented 9 years ago

PulsingHaloLayer returns a compiler error: Auto property synthesis will not synthesize property 'repeatCount'; it will be implemented by its superclass, use @dynamic to acknowledge intention

sent pull request #17 with fix by adding @dynamic repeatCount to implementation

shu223 commented 9 years ago

I've merged, thanks!