Qué novedades hay de AppKit?
Asked on 2024-07-30
1 search
En la WWDC 2024, Apple presentó varias novedades para AppKit en la sesión What’s new in AppKit. Aquí tienes un resumen de las principales mejoras:
-
Nuevas características de macOS:
- Herramientas de escritura mejoradas que ahora no solo ayudan con la ortografía y la gramática, sino también con conceptos más sofisticados como la estructura, claridad y tono.
-
Integraciones con SwiftUI:
- Mejor interoperabilidad con SwiftUI, permitiendo el uso de reconocedores de gestos y configuraciones de animaciones en vistas de AppKit.
-
Refinamientos de API:
- Nuevas formas de abrir menús contextuales.
- Nuevas capacidades en el sistema de texto.
- Nuevas funcionalidades para SF Symbols.
- Conveniencias adicionales al guardar documentos.
- Nuevos cursores y más control sobre las barras de herramientas.
- Nueva API para asistir con la entrada de texto.
-
Mejoras en menús contextuales:
- Posibilidad de abrir menús contextuales usando el teclado con el atajo "Control + Return", personalizable en la configuración del sistema.
-
Refinamientos en la barra de herramientas:
- Más control sobre la personalización y funcionalidad de las barras de herramientas.
Para más detalles, puedes ver la sesión completa What’s new in AppKit.

What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.

What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.

What’s new in UIKit
Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.
