https://github.com/smartlogic/dtattributedtextviewdemo
https://github.com/smartlogic/dtattributedtextviewdemo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartlogic/dtattributedtextviewdemo
- Owner: smartlogic
- Created: 2013-02-19T20:26:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T20:10:32.000Z (over 12 years ago)
- Last Synced: 2025-04-20T13:11:41.637Z (about 1 year ago)
- Language: Objective-C
- Size: 189 KB
- Stars: 15
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DTAttributedTextViewDemo
========================
A simple app that demonstrates using DTAttributedTextView, UIWebView and UITextView to view HTML content.
You'll need to load submodules:
```
$ git clone git@github.com:smartlogic/DTAttributedTextViewDemo.git
$ cd DTAttributedTextViewDemo
$ git submodule update --init --recursive
```