The goal of this project is to create a UIView that can generate a KeyBurns transition with a set of images passed as an array.
To use it just create a UIView that inherit from KeyBurnsView.h and call this method to start the animation.
- (void)starAnimationWithImages:(NSArray)images TransitionTime:(float)time onLoop:(BOOL)isLoop inLandscape:(BOOL)isLandscape;*
- images: NSArray of UIImages.
- time: Time in seconds for the transition between each image.
- isLoop: The animation will start again when ended.
- isLandscape: If true optimized to show in Landscape mode.
- Need to allow device rotation.
- Improvements on image transition effects.
-- ###SweetBits, welcome to the candy factory.###