shu223 / PulsingHalo

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

Setting Duration and Radius #7

Closed thetripler closed 8 years ago

thetripler commented 10 years ago

Hello,

I seem to be having trouble with the callbacks to the PulsingHaloClass

The INIT values load correctly, but after the ViewDidLoad runs there are no connections being made back to the "PulsingHaloLayer"

None of these connections are working to adjust the halo:

[self setupInitialValues];

My Method:

I'm using iOS7.1 with ARC and Storyboards and added using CocoaPods

Thanks

Michael

shannonchou commented 10 years ago

Hello Michael, Currently "animationDuration" of "PulsingHaloLayer" can not be changed when it's running, except "radius" and "backgroundColor".

shu223 commented 8 years ago

Please try the new release 0.0.6. It supports dynamic changing for animationDuration.