Latest | 0.2.4 |
---|---|
Homepage | https://github.com/krisselden/ImagePageView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |

Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
You must add a FLICKR_API_KEY String to the Info.plist to run the Example.
Installation
ImagePageView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ImagePageView"
Author
Kris Selden, [email protected]
License
ImagePageView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ImagePageView", "version": "0.2.4", "summary": "ImagePageViewController is manages a UIPageViewController with an async image data source, that also pans and zooms the images", "description": "ImagePageViewController is manages a UIPageViewController with an async image data sourcenn* delegate for page navigationn* async data sourcen* allows zooming and panning the imagesn* sharing images", "homepage": "https://github.com/krisselden/ImagePageView", "license": "MIT", "authors": { "Kris Selden": "[email protected]" }, "source": { "git": "https://github.com/krisselden/ImagePageView.git", "tag": "0.2.4" }, "social_media_url": "https://twitter.com/krisselden", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes", "public_header_files": "Pod/Classes/**/*.h", "frameworks": "UIKit" }
Sun, 06 Mar 2016 11:13:03 +0000