Relative Content

Tag Archive for swiftswiftuimenubarextra

ProgressView not showing in MenuBarExtra

The issue I’m having trouble having a linear ProgressView show in a MenuBarExtra. Apparently, there is no counter-indication indicating that it is impossible to do so but I still fail to implement it. Here is the minimal code structure: import SwiftUI import AppKit @main struct Menubar_InfoApp: App { @State private var pct: String = “34%” […]