我正在开发iPad应用程序。我正在使用Xcode 3.2.6。早些时候我在iPad上安装了ios 4.2。现在我已将其升级到5.0。我在我的应用程序中实现了打印功能。当我使用ios 4.2时,打印功能在iPad中运行良好,但在将其升级到ios 5.0后,打印控制器不会出现。这让我很生气。我无法弄清楚为什么会这样。任何人都可以帮我解决这个问题吗?
此致
PC
答案 0 :(得分:1)
在iPad上使用Bar Button中的礼物:
[printController presentFromBarButtonItem:YourPrintButton animated:YES completionHandler:YourCompletionHandler];
在iPhone上并不重要。
乙