From: Panayotis K. <pan...@pa...> - 2011-12-07 12:44:35
|
I think there is a mistake in the location of function UIImageWriteToSavedPhotosAlbum Now this function is an instance method of the UIImagePickerController class. From the signature of the function this should be an instance method of UIImage, and namely public void writeToSavedPhotosAlbum(UIImageWriteToPhotoAlbumHandler target, Object context) probably it should be moved there? |