For whoever has time to look this over, I added two things:
RZTweenSpirit, a set of numerical "tweening" classes and accompanying KVC-based animation coordinator (similar to JazzHands, but more flexible).
RZAnimatedImageView - annoyingly, UIImageView with an animated png sequence provides no way to detect when a finite-time animation sequence completes. This behaves just like an animated UIImageView but adds a completion block.
For whoever has time to look this over, I added two things:
RZTweenSpirit
, a set of numerical "tweening" classes and accompanying KVC-based animation coordinator (similar to JazzHands, but more flexible).RZAnimatedImageView
- annoyingly, UIImageView with an animated png sequence provides no way to detect when a finite-time animation sequence completes. This behaves just like an animated UIImageView but adds a completion block.