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

Image Loaded async from URL + Various fixes #28

Closed
wants to merge 12 commits into from

Conversation

ogonzalezadell
Copy link
Contributor

@ogonzalezadell ogonzalezadell commented Dec 28, 2016

This Pull request adds de following changes:

  • Fix JPSThumbnailAnnotationView frame not beeing placed properly.
  • Fix JPSThumnail.m class name (misspell) to JPSThumbnail
  • Added SDWebImage (simple way) with activity indicator (no extra package dependencies as Added Web Images Support =) #18)
  • Updated Readme
  • Updated Podspec to add SDWebImage and update to version 1.1.0
  • Updated Project Demo
  • Added Content mode type to thumbs, by default AspectFill

ogonzalezadell and others added 9 commits December 28, 2016 19:16
Fix JPSThumbnailAnnotationView frame not beeing placed properly.
(view.frame does not update position, bound should be used instead) To
see the issue set the background color from the view to black (and set
clip to bounds yes) and you will see the view misplaced
Changed file name JPSThumnail to JPSThumbnail
WIP Added sdwebimage (minimal logic) to project,
Added SDWebImage and  Indicator for URLImages, updated project and pod
dependencies
Updated PodSpec to version 1.1.0 and deployment Target 8.0
Updated Read to include new features
Xcode project fix to be able to compile
…tyIndicator

Feature webImagesWithActivityIndicator
@ogonzalezadell ogonzalezadell changed the title Hotfix: annotationview frame position Image Loaded async from URL + Various fixes Dec 28, 2016
ogonzalezadell and others added 2 commits December 29, 2016 10:04
All Thumbnail works as a button avoiding selecting other thumbnails on
the back, also more UX/UI Friendly for users
Added for each thumbnail the option to choose content mode, by default
is aspect fill (even if not defined), but it can be set to aspect fit
or others.
@jpsim
Copy link
Owner

jpsim commented Jan 3, 2017

Thanks for your hard work on this @ogonzalezadell. Could you please break up this PR into smaller PRs that each just do one thing? That'll greatly simplify reviewing everything, merge the obviously correct stuff and help me focus on the things that actually need attention and discussion.

@ogonzalezadell
Copy link
Contributor Author

Hi @jpsim, thanks for your response, I'm a bit new to this but will try to separate everything in different PR this week if I find some time.

@ogonzalezadell
Copy link
Contributor Author

The last pull request is #33, once accepted I will remove this one

Thanks

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