Hello
I have a TTPhotoViewController subclass working nicely. I need to be able to give the option of saving the image downloaded to the user's saved photos directory. But I am having problems actually retrieving a UIImage object from where I am
After looking through the API I have seen that TTPhoto
(which is one of the properties of the view controller) doesnt actually contain a UIImage to use. However, within the API there is a TTImageView
class which has a UIImage
property. TTPhotoView
dervices from TTImageView
and there is one of these in my view controller class called "PhotoStatusView". However when I access this I do not get a UIImage back.
Any ideas?