Thank you for some very nice components.
About UIImageWriteToSavedPhotosAlbum:
Is it possible to make a wrapper around the above function, so that it can be called with a Tbitmap?
and how does it work.
If my problem get solved, I will make a donation :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for some very nice components.
About UIImageWriteToSavedPhotosAlbum:
Is it possible to make a wrapper around the above function, so that it can be called with a Tbitmap?
and how does it work.
If my problem get solved, I will make a donation :-)
Hi
This function exists in DPF.iOS.Common
use procedure SaveBitmapInAlbum( const BitMap: TBitmap );
Regards