facebookarchive/Keyframes

[iOS] animationDidStopBlock called twice

sanatory opened this issue · 5 comments

animationDidStopBlock is called twice. and the first time is immediately after the start

Ekhoo commented

Any news ?

@Ekhoo that's how core animation handles this callback. But the finished parameter should be NO for the first call?

Ekhoo commented

Ok in your last cocapods release, we haven't the finished parameter. Is it possible to make a new release with the callback parameter ?

@Ekhoo updated Cocoapod to 1.1.0

Ekhoo commented

Thank you :)