OK AppKit folks who have gone through a Liquid Glass migration…
How do I get a progressive blur scroll edge effect when the content view is a WKWebView? AppKit doesn't seem to have any of the levers I can flip in UIKit 👀
OK AppKit folks who have gone through a Liquid Glass migration…
How do I get a progressive blur scroll edge effect when the content view is a WKWebView? AppKit doesn't seem to have any of the levers I can flip in UIKit 👀
And the magic private API that Apple uses in its own apps is:
webView._setUsesAutomaticContentInsetBackgroundFill(false)
Please tell me there's a way to do this that doesn't use private API? Apple wouldn't have shipped an OS redesign without providing the APIs to actually implement the redesign?
…Right?