This is an great example
import SwiftUI
public SwiftUIView: View {
var body {
Text("This is test")
}
}
How to create beautiful SwiftUI pages
This is an great example
import SwiftUI
public SwiftUIView: View {
var body {
Text("This is test")
}
}