Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/ampimageholder
A little class to use the Imageholder API in your Apps.
https://github.com/alexito4/ampimageholder
Last synced: 1 day ago
JSON representation
A little class to use the Imageholder API in your Apps.
- Host: GitHub
- URL: https://github.com/alexito4/ampimageholder
- Owner: alexito4
- License: mit
- Created: 2014-05-26T13:00:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T13:35:24.000Z (over 10 years ago)
- Last Synced: 2024-12-09T10:37:48.943Z (25 days ago)
- Language: Objective-C
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AMPImageHolder - beautify your debug sessions
[![Version](http://cocoapod-badges.herokuapp.com/v/AMPImageHolder/badge.png)](http://cocoadocs.org/docsets/AMPImageHolder)
[![Platform](http://cocoapod-badges.herokuapp.com/p/AMPImageHolder/badge.png)](http://cocoadocs.org/docsets/AMPImageHolder)**Imageholder** it's a nice API that allow developers fill their apps with beautiful photos.
This is a little class to use the [Imageholder](http://imageholder.herokuapp.com/) API in your Apps.
## Usage
Every time you want to display an image use the URL from `+ (NSURL *)randomImage`.
For example in your tableView's `cellForRowAtIndexPath` delegate.
This will give you a new image every time you scroll your table.## Installation
AMPImageHolder is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:pod "AMPImageHolder"
## Author
Alejandro Martinez, [email protected]
## License
AMPImageHolder is available under the MIT license. See the LICENSE file for more info.