Reputation: 137
I use TTPhotoViewController and TTPhoto to display images. I want to get UIImage data from displayed TTPhoto and I checked these protocols but I couldn't find any methods or properties for it.
Is there any way to get displayed UIImage data in TTPhotoViewController?
Thank you.
Upvotes: 0
Views: 380
Reputation: 12036
You just can download the data your self and then send to the three20 your local path to load the photos.
Upvotes: 0