0

I am looking for a way to parse html in Objective-C to display a UITableView. I can't find any tutorials on this topic and its essential for the app.

viral
  • 4,168
  • 5
  • 43
  • 68
Tedd_
  • 27
  • 4

2 Answers2

1

I know this post was a while ago but in case anyone else is looking for help check out the tutorial on the Raywenderlich website. Worked for me.

link to raywenderlich html parsing tutorial

Tim
  • 1,428
  • 19
  • 26
0

https://github.com/zootreeves/Objective-C-HMTL-Parser

u can get the sample code of html parsing here

iPhonedev
  • 59
  • 3