-
Notifications
You must be signed in to change notification settings - Fork 76
Image Loaded async from URL + Various fixes #28
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
Conversation
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
All Thumbnail works as a button avoiding selecting other thumbnails on the back, also more UX/UI Friendly for users
Button Now is as big as the Thumbnail
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.
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. |
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. |
The last pull request is #33, once accepted I will remove this one Thanks |
This Pull request adds de following changes: