https://github.com/jansanz/rgdemo
Example on parsing HTML on iOS.
https://github.com/jansanz/rgdemo
html-parsing ios objective-c
Last synced: 7 days ago
JSON representation
Example on parsing HTML on iOS.
- Host: GitHub
- URL: https://github.com/jansanz/rgdemo
- Owner: jansanz
- License: mit
- Created: 2012-11-16T05:33:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-27T04:25:06.000Z (over 13 years ago)
- Last Synced: 2025-02-26T03:45:11.305Z (over 1 year ago)
- Topics: html-parsing, ios, objective-c
- Language: Objective-C
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sample project on how to use HTML parsing and make different parts of UILabel tapable.
## Instructions
1. Clone this project
2. git submodule init && git submodule update
3. Run it