Getting PHP Array of screen scraped data to populate UITTableView Custom Cell
Hey everyone. I have a php page that scrapes data from a website and returns it in an array. Right now I have formatted the data in the page by just echoing page tags and formatting it then displaying the page in a UIWebView.
I did though, want to make a Custom cell with labels then take the data in the php array and get it to the app and reuse/populate this cell or table. Not exactly sure how to get started with this. Any thoughts?
If it helps I could return the data as XML, but being that it is inside a php page not sure how I'd get the data to the app?
|