DT coretext Creating Rich Text from an HTML document
Https://github.com/Cocoanetics/DTCoreText
Note Oh pro,dtrichtexteditor This component is charged, not expensive, only $650 ^_^.
Dtcoretext
This project aims to duplicate the methods present on Mac OS OSX which allow creation of from NSAttributedString
HTML code on IOS.
This project is designed to replicate Mac OSX that allows you to create rich text functionality directly from HTML code, allowing it to be used on IOS.
The project covers the broad areas:
This project covers two areas:
- layouting -interfacing with coretext, generating attributed strings from HTML code layouting- Coretext interface, Used to generate rich text layouts from HTML code
- User Interface -ui-related classes render these objects, specifically
DTAttributedTextView
, DTAttributedLabel
and DTAttributedTextCell
. Ui-ui related classes are used to render these objects, especially DTAttributedTextView
, DTAttributedLabel
and DTAttributedTextCell
.
This is useful-drawing simple rich-text like any HTML document without have to use a UIWebView
. For text selection and highlighting (as a might need for a Editor or Reader) there is the commercial Dtrichtextedi Tor component which can be purchased in the Cocoanetics Parts Store.
It is useful to draw simple rich text from an HTML document without using UIWebView. For the need to select or highlight (if you need an editor or reader), this has a commercial component Dtrichtexteditor can be used, you can purchase it in the Cocoanetics Parts Store.
Documentation
Documentation can is browsed online or installed in your Xcode organizer via the Atom Feed URL.
You can read the document directly on the Web or install it on Xcode.
A Q&a answers some frequently asked questions.
Here you can see the frequently asked questions.
Changelog:github releases
Where to change the log
There is also a programming guide with a set of solutions to common problems.
Here you can find a range of solutions to common problems.