Skip to content

Instantly share code, notes, and snippets.

@twissmueller
Created November 11, 2020 17:25
Show Gist options
  • Save twissmueller/e3b7914f3d75d293e04ab6b8061783ef to your computer and use it in GitHub Desktop.
Save twissmueller/e3b7914f3d75d293e04ab6b8061783ef to your computer and use it in GitHub Desktop.
Gists for post TBD
import SwiftUI
import DJISDK
struct ContentView: View {
var body: some View {
Text("DJI SDK Version: \(DJISDKManager.sdkVersion())")
.padding()
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment