import SwiftUI struct ContentView: View { // init() ... .toolbar { // To be colored RED ToolbarItem(placement: .bottomBar) { Button(action: {}, label: ...
確定! 回上一頁