So this is awesome, I've made an iPhone app that utilizes the GData
Picasa API and it's groovy. I copied most of the code from the
provided "GooglePhotosSample" app that comes with the current GData
API package.
Now I am wondering, in this function :
- (void)downloadFetcher:(GDataHTTPFetcher *)fetcher
finishedWithData:(NSData *)data
{
}
Where a picasa image has been returned in the "data" variable, how
would I convert
NSData * data
to
UIImage *image
?
Thanks in advance!!!
--
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-picasa-data-api?hl=en.