Im trying to find a function that lets me print using AirPrint.
I have a button btnPrint, that when pressed, should print myPic.jpg to the default AirPrint device. But I cannot figure out if there even is such a function.
I cannot find a lot of documentation on AirPrint in xcode.
Apple has documentation on printing that would probably benefit you.
And the following is from Objective-C code for AirPrint:
Check wether printing is available:
Print after button click: