Filter
Exclude
Time range
-
Near
UISheetPresentationController overrides its superclass' backgroundEffect property and applies the provided effect to the background of a sheet. You can use any UIVisualEffect here, including the UIBlurEffects of yore. Setting the property to nil gives you the default glass effect.
1
8
899
...which is the new backgroundEffect property. This doesn't do anything in isolation but is a nice common API for your subclass to hook into. The really nice addition is how UISheetPresentationController handles this.
1
2
390
Replying to @zunda_pixel
iOS 26 SDKからです UIKitを経由するなら今でも透明に出来ます .sheet内部のUIViewControllerRepresentable からUISheetPresentationController を探し出しbackgroundEffectに clearなUIColorEffectを入れてください
1
5
486
13 Nov 2025
New in the iOS 26.1 SDK is a property of UIPresentationController (that UISheetPresentationController inherits) called backgroundEffect. You can set this to any instance of some UIVisualEffect subclass BUT if you initialise an empty UIBlurEffect, you can get truly clear sheets back! It's _incredibly_ hard to see in the screenshot below, but that's kind of the point...
3
2
96
29,967
"Subtle yet powerful—refraction in UI animation can add that extra touch of elegance. Here's my take on a refracted glass effect!" Made using @figma #uiux #uiuxdesign #design #uianimation #figmadesign #figma #backgroundeffect #Motion
4
138
17 Feb 2025
Replying to @DylanMcD8
Did you get this working with -[UIBarAppearance backgroundEffect]?
2
18
4,346
29 Jan 2025
Replying to @DylanMcD8
Yeah you definitely could. UINavigationBarAppearance even has a backgroundEffect property that you could set to -[UIBlurEffect effectWithVariableBlurRadius:imageMask:]
1
2
214
23 May 2023
Quick tip for sooon.page: You can create cool effects with background transitions in seconds. Gradients background slider: #buildinpublic #comingsoon #backgroundeffect #nocode
1
3
50
Geometryangle – jQuery Plugin for Geometrical Backgrounds jquery-plugins.net/geometrya… #backgroundEffect #jQuery #background #geometrical

1
3