You can make simple UIWebView and it will be like UITextView, but with zooming.
This way has a lot of advantages. For example bold text, or italic. You will be able to use different fonts in one text.
Step by step guide:
- create UIWebView
- generate html string. For example:
<html><head></head><body>My text</body></html>
- load string in UIWebView
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…