Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Web Images Support =) #18

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

robertibiris
Copy link

-Web image support using SDWebImage (more accurately, 'UIActivityIndicator-for-SDWebImage') Pod: now the JPSThumbnail has a new property named: imageURL where the URL for the thumbnail can be set, instead of the image property (this latter one must be left as nil in order to use the imageURL property).

-Changed demo project to Use Cocoapods, in order to be able to Use the UIActivityIndicator-for-SDWebImage Pod

-Added the UIActivityIndicator-for-SDWebImage dependency into the podspec file.

-Updated README file to reflect the new feature.

Roberto Arreaza added 11 commits August 29, 2014 18:40
…pace file instead of the .xcodeproj file

-added Needed pods
-updated the podsSpec file for dependencies on used pods
-coded the setting of JPSThumbnailAnnotaionView's imageView property by checking if the image property is set: if it is, then it is used directly. otherwise, the imageURL is used instead.
-updated Demo project to use an example of a Web fetched image
@ogonzalezadell
Copy link
Contributor

Hi, Just in case you want to check I added a pull request today with a more simple approach adding only SDWebImage, here is the link #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants