AppKit API for hovering.

Asked on 2024-07-30

1 search

For information on the AppKit API for hovering, you can refer to the session titled "What’s new in AppKit" from WWDC 2024. This session covers various new API refinements, including those related to hover effects and context menus.

You can find more details on the new AppKit API refinements starting at the chapter marker for "API refinements" in the session:

Additionally, for custom hover effects in SwiftUI, you might find the session "Create custom hover effects in visionOS" useful. This session explains how to create custom hover effects using the new API in VisionOS, which can also be applied to SwiftUI views:

For accessibility considerations related to hover effects in SwiftUI, you can refer to the session "Catch up on accessibility in SwiftUI":

These sessions should provide a comprehensive overview of the new capabilities and best practices for implementing hover effects in your macOS and VisionOS applications.