Post

Replies

Boosts

Views

Activity

[SwiftUI] Not able to customize font size on label of MenuBarExtra
SF Symbols and font size not working on MenuBarExtra's label. Below is the demo code: import SwiftUI @main struct MyApp: App { var body: some Scene { MenuBarExtra { } label: { Image(systemName: "11.square") .imageScale(.large) Text("11:22") .font(.system(size: 60)) } .menuBarExtraStyle(.window) } } As you can see in the screenshot, apparently, none of the imageScale() or font() work. Is this expected?
2
0
904
Mar ’23