Skip to content

Instantly share code, notes, and snippets.

@harryhan24
Created February 23, 2020 08:16
Show Gist options
  • Select an option

  • Save harryhan24/a9da9c1f85eabcaa4290d010b4684f09 to your computer and use it in GitHub Desktop.

Select an option

Save harryhan24/a9da9c1f85eabcaa4290d010b4684f09 to your computer and use it in GitHub Desktop.
struct ContentView: View {
var body: some View {
VStack{
LottieView(filename: "loading")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment