1

I have request from a client to match the "Large Text" font size set in the Accessibility section of the Settings app.

I found a post: But it doesn't actually gives an answer.

I also found this one : but its from last year.

Is there an API to access this feature?

Thanks in advance.

Community
  • 1
  • 1
Rico
  • 57
  • 9
  • I did a quick search and they essentially said what your first link said. You need to be certified (or whatever) by Apple to gain access – Ryan B Jun 28 '13 at 20:12

1 Answers1

1

In iOS7 you get that for free with TextKit, and on UIApplication there's a property called preferredContentSizeCategory to access this value directly.

Aaron Zinman
  • 2,696
  • 2
  • 19
  • 16