Search code examples
iphoneipadprintingwireless

code for print from i-pad and which all print does it support


I have two questions in my mind:

  • Is there any tutorial or demo code available to print via a printer on wireless network, from iPad?
  • Which all printer does the iPad support?

Solution

  • UIPrintInteractionController is a new class, which is the central class for printing in iOS. It is only available for iOS 4.2 and later.

    For More information, visit

    1. UIPrintInteractionController Class Reference
    2. Drawing and Printing in iOS

    Tutorial and Sample Code can be found here Printing in iOS