Latest | 1.0.0 |
---|---|
Homepage | https://github.com/JamieREvans/GrowingImageView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Intro
The GrowingImageView is used as a header to scrolling content which will grow once you start scrolling into a negative y contentOffset
. Optionally, you can use the category method provided for any UIImageView
.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
GrowingImageView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "GrowingImageView"
Author
JamieREvans, [email protected]
License
GrowingImageView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GrowingImageView", "version": "1.0.0", "summary": "A UIImageView that grows with a UIScrollView's contentOffset.", "homepage": "https://github.com/JamieREvans/GrowingImageView", "license": "MIT", "authors": { "JamieREvans": "[email protected]" }, "source": { "git": "https://github.com/JamieREvans/GrowingImageView.git", "tag": "1.0.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes" }
Sat, 27 Feb 2016 10:37:03 +0000