As the title states, is it possible to disable it? Granted this may not be a user-friendly thing to do but it does mess with the design of some of my apps.
Asked
Active
Viewed 1,074 times
1 Answers
2
I know of no way to do this short of reimplementing the UIKit controls that you want to have ignore the setting.
Please, please consider changing your design rather than attempt to subvert system settings. Button Shapes is an Accessibility setting for a reason: some users rely on this sort of thing to use apps at all, not just to change the appearance of the system.
(Reimplementing UIKit controls would exacerbate this problem, too, since you're not only avoiding one Accessibility setting but would also have to reimplement many others, whereas the standard UIKit controls give you pretty good accessibility support "for free.")

Tim
- 59,527
- 19
- 156
- 165
-
hi sorry for asking here.. i cant understand your answer , in short it is possible to remove underline programatically ?? – Mitul Bhadeshiya Apr 21 '14 at 09:48
-
You're probably better off asking a new question - underlining has little to do with Button Shapes. – Tim Apr 21 '14 at 14:21
-
I also have one control that is unusable with button shapes - the underline needs to be removed somehow. – exsulto Aug 21 '14 at 14:05