1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

//

// ContentView.swift

// HelloWorld

//

// Created by Rahul on 28/5/2025

//

import SwiftUI

Content

struct ContentView: View {

Body

var body: some View {

VStack {

Image(systemName: ”globe”)

.imageScale(.large)

.foregroundStyle(.tint)

Text(“Hello,world!”)

}

.padding()

Hello World

}

}

Create a free website with Framer, the website builder loved by startups, designers and agencies.