UIPrintInteractionController

Test printing documents using Air-printer simulator IOS

In the previous article we learned about printing documents from IOS app using UIPrintInteraction-Controller. But most of developers don’t have Air-printer device to test their printing document. Don’t worry Apple Inc. provided Air-printer simulator. To download .dmg file click given below link (Apple developer account access is needed) https://developer.apple.com/downloads/index.action?name=hardware%20io%20tools After login, you will see page […]

Test printing documents using Air-printer simulator IOS Read More »

Printing documents from app programmatically

Printing from IOS device can only be done using Air-printer. There is very simple code provide by Apple Inc., to let developers initiate direct print command from their apps. In this post we will learn about printing documents from IOS app programmatically. We can use UIPrintInteractionController class for printing documents programmatically from IOS app. Below

Printing documents from app programmatically Read More »