Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

214
Vistas
Disable or remove the print menu item in a SwiftUI macOS app

How can I disable or remove a menu item in a SwiftUI macOS app? For example, the Print... item is shown in the File menu by default. But my application does not use printing features. How would I remove the print item from the file menu in a SwiftUI Mac app?

swiftui print menu item

I tried the following in AppDelegate.swift but it doesn't work:

import Cocoa
import SwiftUI

@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
    
    func applicationWillFinishLaunching(_ notification: Notification) {
        if let menu = NSApplication.shared.mainMenu {
            menu.item(withTitle: "File")?.submenu?.item(withTitle: "Print...")?.state = NSControl.StateValue.off
        }
    }
    
}
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

[per-request @Alexander]

Early SwiftUI project templates had explicit resource for main menu, Main.storyboard (or xib file). If you can find one in your project then just locate menu there and remove Print menu item manually.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda