UITextview with zooming?

前端 未结 3 1455
无人及你
无人及你 2020-12-12 01:56

how can i achieve UITextview with zooming facility?any tutorial please?

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-12 02:00

    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: My text
    • load string in UIWebView

提交回复
热议问题