ios - Can I detect if iPhone has blur enabled? -


starting iphone 4s uitoolbar blurs background. user can manually disable blurring in settings under general > accessibility > increase contrast > reduce transparency.

can programmatically find out if iphone use blurring?

the reason i'd adjust background , bartintcolor in case of blurring being disabled or unavailable.

related, "darken colors" setting found hack detect it. i'm looking similar blurring i'm not aware of public api this.

it's possible check user's reduce transparency setting under ios 8 with: uiaccessibilityisreducetransparencyenabled().

as devices running ios 7, blur isn't supported on iphone 4, ipad 2 , 3 (i'm not 100% sure ipad 2).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -