FXBlurView
UIView subclass that replicates the realtime background blur effect
FXBlurView is an iOS view component that renders a live, dynamically blurred version of the content behind it, giving developers a lightweight way to create frosted-glass and translucency effects. It was designed before Apple’s system blur views became widely available, so it focuses on portability and control rather than tying you to a specific iOS version. The view captures the underlying layer hierarchy and applies a configurable blur, optionally with tinting and saturation adjustments,...