更改 UITextView 中选定文本的字体
任何人都可以建议我如何更改 UITextView 中所选文本的字体。我无法使用 UIWebView,因为我必须编辑文本。我看过 Pages 应用程序。在该应用程序中这是如何实现的。
Can anybody suggest me how to change the font of the selected text in UITextView.I cannot use UIWebView since i have to edit the text. I have seen the Pages app.How it is possible in that app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅以不同方式设置 UILabel 内文本的格式。
由于您需要编辑,您还应该查看基于 JavaScript 的编辑器,例如 CKEditor 或 TinyMCE。我还强烈推荐会议 511 的 WWDC 2011 视频:“Rich Text Editing in iOS 上的 Safari。”
See Formatting text within UILabel differently.
Since you need editing, you should also look at JavaScript-based editors such as CKEditor or TinyMCE. I also highly recommend the WWDC 2011 video for Session 511: "Rich Text Editing in Safari on iOS."
我关于富文本 UILabels 的文章可能会有所帮助...详细信息和代码可以找到 这里!
我们还即将完成一篇后续文章,它基本上是一个带有样式、项目符号等的 HTML 文本渲染器,它可以渲染到上下文,以便可以渲染到 UIView 或例如 PDF 上下文。如果你不是特别赶时间,我可以在完成后给你写信......
My article on rich text UILabels may help... details and code can be found here!
We're also about to finish a follow-up article which is basically an HTML text renderer with styles, bullets etc, this can render to a context so can render to a UIView or a PDF context for example. If you're not particularly in a hurry I can drop you a line when it is complete....