Swift Programming
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")) } }
Posted
in
by
Ramiro Rafart
Tags:
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply