spromicky / KBImageView

UIImageView with Ken Burns effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KBImageView

UIImageView subclass that can change images with Ken Burns effect. This image view is good for some kind of landing page or for unusual backgrounds.

All images from Unsplash.

Usage

To support KBImageView in your application you must set delegate for it. This delegate must confirm to protocol KBImageViewDelegate. And implement two required methods:

  • numberOfImagesInImageView: - must return number of all images in slide show. Called every time before image going to changed.
  • imageView:imageForIndex: - must return image for current index. Also called every time before image going to changed.

KBImageView does not stores all image, that was presented before. Just only one current image.

Installation

CocoaPods

Add pod 'KBImageView' to your Podfile.

Manual Installation

Just copy KBImageView class to your project.

Requirements

  • Xcode 7.0
  • iOS 7.0+

License

KBImageView is available under the MIT license. See the LICENSE file for more info.

About

UIImageView with Ken Burns effect.

License:MIT License


Languages

Language:Objective-C 95.1%Language:Ruby 4.9%