user can disable parallax effect by switching Settings -> General -> Accessibility: Reduce Motion: On. after this UIInterpolatingMotionEffect
doesn't have any effect. is there any way to handle this case? Any help will be greatly appreciated
Asked
Active
Viewed 443 times
5

Gustav Bertram
- 14,591
- 3
- 40
- 65

sheraza
- 511
- 4
- 11
-
what are the values of `minimumRelativeValue` & `maximumRelativeValue` after disabling the effect? – Raptor Oct 02 '13 at 08:29
-
minimumRelativeValue & maximumRelativeValue does not change – sheraza Oct 02 '13 at 09:47
-
Did this get resolved? – Eric Nov 11 '13 at 18:22
-
No, i've searched a lot and i think this isn't possible – sheraza Nov 12 '13 at 05:47
-
I've submitted a feature request to Apple. You should too. – Eric Nov 19 '13 at 14:44
-
@Eric and sheraza, just curious, why do you guys need to know if this is turned on or off? You should not have features dependent on this. Remember that iPhone 4 devices have this disabled always. – Léo Natan Dec 23 '13 at 05:21
-
Not features but design. A client requested parallax and I want to be able to tell them we can show an UIAlertView if they've disabled parallax. I submitted a feature request to Apple. – Eric Dec 24 '13 at 03:26