samedi 18 octobre 2014

Turn off Accessibility for iOS 8 app?


Vote count:

0




Is it possible to turn off accessibility for an iOS 8 app? I know apps are encouraged to use accessibility, and I plan on turning it on eventually, but need some time to get it updated first. I have tried setting:



self.accessibilityElementsHidden = YES;
self.isAccessibilityElement = NO;

self.view.accessibilityElementsHidden = YES;
self.view.isAccessibilityElement = NO;

tableView.accessibilityElementsHidden = YES;
tableView.isAccessibilityElement = NO;


and nothing seems to work. The tableview headers, for both plain and grouped tableviews, still remain in large text in accordance with the accessibility settings of the device.



asked 2 mins ago

JPK

1,071






Turn off Accessibility for iOS 8 app?

Aucun commentaire:

Enregistrer un commentaire