I'm trying to use .scrollEdgeAppearance
to effect a similar style to that used in the Reminders app for the 'new reminder' popover on iOS.
Here, we can see that when we're at the 'scroll edge' the navigation bar and shadow are transparent. And when the user scrolls they go back to the regular opaque/blur effect style.
They don't use large titles.
However, when trying to do something similar using .scrollEdgeAppearance
I can't seem to replicate the effect. This is strange as it seems to be used quite liberally by Apple. e.g. in the aforementioned Reminders app, and also when a search controller has been added to a view controller's navigation item.
Do we really need to scrollViewDidScroll(_:)
this?