I need to learn how to interact with a HTML webpage via objective c, and render that webpage so that it's suitable for the iphone's limted screen size.
I relise UIWebView would be a great choice, but I only want specific information to show, such as the title, body text, and some images.
I have done a lot of reading around the subject and I believe I need to locate tags within the source HTML code, and assign their object contents to objects within my objective c code. After aquiring the objects I can then assign them to custom UIViews however I like.
Am I on the right track here? Can anyone guide me in the right direction? I'm not looking for any code from you, just some direction.
Thanks
Rob
I relise UIWebView would be a great choice, but I only want specific information to show, such as the title, body text, and some images.
I have done a lot of reading around the subject and I believe I need to locate tags within the source HTML code, and assign their object contents to objects within my objective c code. After aquiring the objects I can then assign them to custom UIViews however I like.
Am I on the right track here? Can anyone guide me in the right direction? I'm not looking for any code from you, just some direction.
Thanks
Rob