in my IPhone application I use textFieldMain.accessibilityTraits = UIAccessibilityTraitUpdatesFrequently;
It works fine in ios 6 but not work in ios 7. How can I fix this issue?
Asked
Active
Viewed 154 times
0

revolutionkpi
- 2,632
- 10
- 45
- 84
-
I haven't experienced any issues with "updates frequently" on iOS7. Can you tell me more about how you are using it? Is it a text field that updates frequently? What other than the user would cause an update in your app? – David Rönnqvist Oct 03 '13 at 12:32
-
Yes, I just verified on out app that it works as expected on a label on iOS 7 – David Rönnqvist Oct 03 '13 at 12:40