码迷,mamicode.com
首页 > Web开发 > 详细

[翻译] DTCoreText 从HTML文档中创建富文本

时间:2014-05-05 22:41:41      阅读:470      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   tar   ext   

DTCoreText 从HTML文档中创建富文本

bubuko.com,布布扣

https://github.com/Cocoanetics/DTCoreText

 

注意哦亲,DTRichTextEditor 这个组件是收费的,不贵,才650美元而已^_^。

bubuko.com,布布扣

 

DTCoreText

This project aims to duplicate the methods present on Mac OSX which allow creation of NSAttributedString from HTML code on iOS.

这个项目旨在复制 Mac OSX 中允许直接从 HTML 的代码中创建富文本功能,让其能在 iOS 上使用。

bubuko.com,布布扣

The project covers two broad areas:

这个项目覆盖了两个方面:

  1. Layouting - Interfacing with CoreText, generating attributed strings from HTML code Layouting - CoreText 的接口,用来从 HTML 代码中生成富文本布局
  2. User Interface - UI-related classes render these objects, specifically DTAttributedTextView,DTAttributedLabel and DTAttributedTextCell. UI - UI 相关的类用来渲染这些对象,尤其是 DTAttributedTextView,DTAttributedLabel 和 DTAttributedTextCell.

This is useful for drawing simple rich text like any HTML document without having to use a UIWebView. For text selection and highlighting (as you might need for an Editor or Reader) there is the commercial DTRichTextEditor component which can be purchased in the Cocoanetics Parts Store.

对于从 HTML 文档中绘制简单的富文本而不使用 UIWebView 将非常有用。对于需要选择或者高亮(如果你需要一个编辑器或者阅读器),这有一个商业化的组件 DTRichTextEditor 可以使用,你可以在 Cocoanetics Parts Store 中购买。

 

Documentation

Documentation can be browsed online or installed in your Xcode Organizer via the Atom Feed URL.

你可以直接在网络上看文档或者是安装到 Xcode 上。

Q&A answers some frequently asked questions.

在这里你可以看到经常被问到的问题。

Changelog: GitHub Releases

更改日志的地方

There is also a Programming Guide with a set of solutions to common problems.

这里你可以找到通用问题中的一系列解决方案。

 

 

 

 

 

[翻译] DTCoreText 从HTML文档中创建富文本,布布扣,bubuko.com

[翻译] DTCoreText 从HTML文档中创建富文本

标签:style   blog   class   code   tar   ext   

原文地址:http://www.cnblogs.com/YouXianMing/p/3704575.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!