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

Adds OGImageView #30

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open

Adds OGImageView #30

wants to merge 18 commits into from

Conversation

artgillespie
Copy link
Owner

No description provided.

This fixes a subtle bug where if you scaled an image using one scale method, then requested the same image at the same size but with a different scale method, you'd get a hit from the cache for the earlier image (i.e., the wrong scale method)
`OGImageView` is a subclass of `UIImageView` that encapsulates all the behavior of `OGImage` (specifically, `OGScaledImage`) to handle the most common case of loading an image from a URL
and displaying it.
@ghost ghost assigned artgillespie Aug 23, 2013
@artgillespie artgillespie self-assigned this Jan 7, 2020
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