底部标签栏效果

131 阅读1分钟

  Spacer()

  HStack {
        Spacer()
        Label("辣", systemImage: "flame.fill")
        Spacer()
  }
     .padding(.all)
     .font(.headline)
     .background(Color.red)
     .foregroundColor(.white)