This project was based on the objective-c version of JBKenBurns created by Javier Berlana et. al.
However, I wanted additional functionality like pausing and resuming the image gallery, so the project has deviated a bit from its origin.
The JBKenBurnsView version 1.0 supports:
- Start Animation using an array of UIImages or paths.
- Pause / Resume Animation.
- Stop Animation.
- The ability to append individual images.
- The ability to fetch the currently shown image.
- Check if the animation is currently paused.
The view also deals with device orientation changes. If there is a better way to accomplish this then the current implementation, please let me know.
Thanks, @JohanHWB