Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created September 8, 2023 08:45
Show Gist options
  • Save laevandus/85f359eb81da8dbb9adebace252c323e to your computer and use it in GitHub Desktop.
Save laevandus/85f359eb81da8dbb9adebace252c323e to your computer and use it in GitHub Desktop.
var avatar: UIImage? {
get async {
await imageLoader.loadImage(for: "myidentifier")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment