sorry but I'm a newbie in ios programming. So my question is:
I've a website, and on this website there are some cells with information about the specific car. Now I'm going to put some of this informations, like the price, into a row of the tableview cell with a image. I use to display the image:
imageview.image = [UIImage imageWithData: [NSData dataWithContentsOfURL:[NSURL URLWithString:"link of image"]]];
And I want to display the title from the car, which you can found on the website, on the tableview.
The website is: here
Does have anyone suggestions to do this?
Thanks for help.