Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ashwinr87

macrumors member
Original poster
Mar 9, 2011
81
0
Hi,

I am trying to find out how images are sent through webservices for parsing in iOS.
I know how to parse images through image URL but is that the only way images are sent through webservices?
Would images be sent as binary data and if so how would I be able to parse them?

It would be great if someone could let me know.
 
It usually ends with: [UIImage imageWithData:resData]; Before that, you'll most likely collect the image data in NSURLConnection delegate -connection:didReceiveData:.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.