0

I want to replace the systemImage in my TabView with my own image. Every time I try this, it is too big and I cannot resize it. How can I use my custom image?

Here is my code:

TabView(selection: $selectedTab) {
                Home()
                    .tabItem {
                        Image(systemName: "1.circle")
                       
                        Text("Home")
                    }
                    .tag(0)
                
                
            }

I want to replace the systemImage with an image named "Home"

mbby
  • 397
  • 1
  • 11

0 Answers0