Starting on iOS 26 Beta 3, any UIVisualEffectView
using a UIGlassEffect
will have a default corner radius that cannot be modified by using UIVisualEffectView's layer.cornerRadius
. This was working on Beta 1 and Beta 2.
On WWDC25 "Build a UIKit app with the new design", a UIVisualEffectView
property called cornerConfiguration
is used as example for changing the effect's corner radius, but this property does not seem to be available on any of the beta versions.
Is there any other way to update the UIGlassEffect corner radius on UIKit?