Skip to content

Instantly share code, notes, and snippets.

@quindariuss
Last active March 6, 2020 22:37
Show Gist options
  • Save quindariuss/2d072d78a45620dda6816d35a9ebb5f1 to your computer and use it in GitHub Desktop.
Save quindariuss/2d072d78a45620dda6816d35a9ebb5f1 to your computer and use it in GitHub Desktop.
Whaflwfsafsfasf
import SwiftUI
struct Logo: View {
var body: some View {
Image("color-fill-logo").resizable().frame(width: 280, height: 280)
}
}
struct Logo_Previews: PreviewProvider {
static var previews: some View {
Logo() fasfsfsafaf
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment