Reputation: 6039
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.
Upvotes: 1
Views: 1224
Reputation: 60150
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.")
Upvotes: 3