I would like to know if it is possible to print an image from an iOS device without using 'UIPrintInteractionController'. I want the image be printable only by touching a button. After searching a library, I found Core Printing which is only available for macOS... Does a similar framework or library exist for iOS ?
Thanks for your help !