Guest User

Untitled

a guest
Mar 5th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. import SwiftUI
  3.  
  4. struct ContentView: View {
  5. var body: some View {
  6. VStack {
  7. Spacer()
  8. Text("Loading...")
  9. .padding()
  10. Spacer()
  11. }
  12. }
  13. }
  14.  
  15. struct ContentView_Previews: PreviewProvider {
  16. static var previews: some View {
  17. ContentView()
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment