May 19 2022 Hello world! Welcome to WordPress. This is your first post. Edit or delete it, then start writing! import SwiftUI struct ContentView: View { var body: some View { NavigationView { MenuListView() .edgesIgnoringSafeArea(.bottom) .navigationBarTitle("IKEA") Text("Welcome to Ikea") } .accentColor(Color("Accent")) } } This is the final code
A WordPress Commenter says May 19, 2022 at 11:41 am Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar. Reply
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.