I am working on an in-app guide for my app where I want to layout some headings and paragraphs of text that support Dynamic Type.
What is the simplest method to with a single UITextView? (The text is Preferably loaded from a separate text file).
There is a lot of approaches to this:
- UIWebViews (over kill??)
- UITextView and NSAttributedString?
- Text Kit - which seems cumbersome for this simple task?