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 macOS support and removed any View in CachedAsyncImage View #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iankoex
Copy link

@iankoex iankoex commented Oct 20, 2023

I have added support for macOS by using typealias for NSImage and UIImage.
I have also removed any View and using generics for placeholder, image and error views.

@bullinnyc
Copy link
Owner

@iankoex Hi! macOS support is very good, I'll be glad to add it. But I specifically did not use a generic in order to preserve the ability to use different constructors, for example, an error or placeholder parameter is not always needed.

@iankoex
Copy link
Author

iankoex commented Oct 21, 2023

That's alright.
Tests on macOS don't pass because of the way image is loaded from Bundle.module.

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.

None yet

2 participants