scrollEdgeEffectDisabled for UIKit

Asked on 07/01/2025

1 search

The "scrollEdgeEffectDisabled" property or feature is not directly mentioned in the provided context from the WWDC sessions. However, the concept of scroll edge effects is discussed in several sessions, particularly in relation to UIKit and AppKit.

The scroll edge effect is a visual treatment applied to scroll views to enhance the legibility of overlapping content, especially when it scrolls under navigation bars or toolbars. This effect can be customized to have either a soft or hard edge style, depending on the design needs.

For more detailed information on scroll edge effects in UIKit, you might want to check the session titled "Build a UIKit app with the new design" from WWDC 2025, which discusses how to implement and customize these effects. You can find relevant information starting at the Navigation and toolbars chapter.

If you are looking for specific details on disabling scroll edge effects, it might be beneficial to explore the session "What’s new in UIKit" from WWDC 2025, which covers new design systems and UI updates. You can start at the New design system chapter for more insights.

scrollEdgeEffectDisabled for UIKit | Ask WWDC