使文本适合 uiwebview
您好,我正在 uiwebview 中显示多行文本。我使用这个而不是 uitextview 因为我显示一些奇特的符号,如度数、上标、下标等。我的问题是如何将所有文本放入 uiwebview 的固定宽度和高度内。假设我有一个 300x200 的 uiwebview,我希望所有文本都适合该视图。请参阅下图以了解我的问题。 http://i228.photobucket.com/albums/ee262/romano2717/photo.png
Hi I'm displaying a multiline text inside a uiwebview. I'm using this instead of uitextview coz Im displaying some fancy symbols like degrees, superscript, subscripts, etc. My question is how can I fit all the text inside a fixed width and height of the uiwebview. Say, I have a uiwebview of 300x200 I want all the text to fit inside that view. see the image below to see my problem.
http://i228.photobucket.com/albums/ee262/romano2717/photo.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要调整高度和大小宽度试试这个 -
希望这有帮助......
To resize the height & width try this -
Hope this helps...
将 webView.scalesPageToFit 设置为 YES。
Set
webView.scalesPageToFit
to YES.