Have you ever noticed how the progressive blur at the top of the iOS Maps app “erases” the labels and icons, and keeps just the base map in the blur, so it doesn’t look “busy”? Has been like that for years, and that’s not how the iOS 26 scroll edge effect looks, so it must be something special…
@vlas It may not be part of blur logic. If you look at the labels at bottom edge, you can see that they fade out near the edge. So at top it probably combination of fade and blur. But the result does look neat.
@allu22 I did wonder if that was the case. They certainly don’t just animate out when near the edge – only the part covered by the blur is faded. But you may be right that it’s not part of the blur itself, and instead the view that hosts the labels and other annotations may simply have a gradient mask at the top.
@vlas is that a beta? The tolerance on mine seems to be much smaller until it fades it out? This is 26.0.1
@garyj_co you’re right – I’m running 26.1 RC, where they must have made this masking effect much stronger.
In fact, I can also see it in SwiftUI MapView inside my app, now that I’ve recompiled it with the latest SDK. It’s applied as part of the scroll edge effect there – which makes sense given that navigation bars no longer have solid backgrounds, so masking out map labels improves legibility.
@vlas @garyj_co The Maps footer in 26.1 23B83 doesn’t seem to care much :)
@vancura @garyj_co haha yeah that makes it look like they removed whatever treatment they used before 26.1 from both edges, but added the new one only to the top edge 😅
And the way the bottom edge looks on 26.0 does resemble just a gradient mask…
@vlas @garyj_co They will add it in 27.1 :)