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

Replace RemoteImage.swift with AsyncImage (Xcode 13, Swift 5.5) #79

Open
BK-Teisrud opened this issue Jun 28, 2021 · 0 comments
Open

Replace RemoteImage.swift with AsyncImage (Xcode 13, Swift 5.5) #79

BK-Teisrud opened this issue Jun 28, 2021 · 0 comments
Labels
cleaner code Code is messy future improvement improvement of implemented code

Comments

@BK-Teisrud
Copy link
Collaborator

Starting with Xcode 13 and Swift 5.5, Apple introduces a command to download images from url for SwiftUI. This command will be possible to run for devices with iOS 15, iPadOS 15 and macOS Monterey or later.

With the use of AsyncImage we can remove the long and painful solution introduced with RemoteImage.swift

@BK-Teisrud BK-Teisrud added the improvement improvement of implemented code label Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleaner code Code is messy future improvement improvement of implemented code
Projects
None yet
Development

No branches or pull requests

1 participant