Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Getting UIwebview image to nsdata

hehe0613hehe0613 Posts: 19Registered Users
Hi all
I have a uiwebview that loaded images from a website.
I need to get the content of some of the uiwebview images, and store it in nsdata.
I know the content should be available somewhere since the images have been already downloaded in the uiwebview.
My question is how to retrieve the content of these images ?

The html is similar to this :


theImg
theImg
theImg
theImg


I know I can call img.php?pos=0,1,2,3 for each image and store the content to nsdata, anyway this requires re-downloading images that have been already downloaded in the uiwebview.

I also know there is a way to capture the entire content of the uiwebview and store it to a single large image, but I need to get the content of each image instead.

Any help would be greatly appreciated !
Thanks to all
Post edited by hehe0613 on

Replies

Sign In or Register to comment.