I have a blurred view which overlays other views.
UIVisualEffectView
is not appropriate because it is disabled when user sets Accessibility >> Reduce transparency
.
Could you suggest how to show this blur always independently from the device settings? Both UIVisualEffectView
and custom control are applicable. And both swift and objC solutions are applicable