Skip to content

Instantly share code, notes, and snippets.

@eunjin3786
Created March 30, 2022 07:06
Show Gist options
  • Save eunjin3786/2c8dbda3857668a76947e2fcf2557117 to your computer and use it in GitHub Desktop.
Save eunjin3786/2c8dbda3857668a76947e2fcf2557117 to your computer and use it in GitHub Desktop.
import SwiftUI
extension Image {
init(named: String) {
self.init(named, bundle: Bundle.module)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment