qlpreviewcontroller Questions
0
I'm presenting a QLPreviewController modally. Everything works-- it pops up, shows the preview item and everything. However, once the share button is tapped, the app crashes on the device and in th...
Tien asked 4/5, 2013 at 1:22
2
How can I hide the print button in QLPreviewController
In IOS5, this code works
QLPreviewController *previewController = [[QLPreviewController alloc] init];
previewController.dataSource = self;
p...
Ocean asked 26/10, 2012 at 8:39
1
Solved
Currently I'm using a QLPreviewController in a navigation controller. (pushViewController)
To hide the navigationbar I use a UITapGestureRecognizer. The user can show/hide the navigation bar by a ...
Resurrectionism asked 1/10, 2012 at 14:35
3
Solved
In iOS 6 beta 4 and iOS 5.1.1 I have had left/right swipes allowing users to swipe between different QLPreviewControllers, hosted in a UIViewController.
In the released version of iOS 6 the swipes...
Thermostatics asked 21/9, 2012 at 12:43
1
Solved
I wanted to open a docx, doc file in iOS.
I tried two ways:
1.Web view
2.QLPreviewController
In both the ways I am losing the style information associated with the document.
WHy this happens...
Handtohand asked 19/1, 2012 at 15:24
1
Solved
Can anyone who has used both comment on "What's the difference, and when should you use one over the other?" I have spent the last couple days adapting code from the DocInteraction sample to my own...
Cyaneous asked 1/11, 2011 at 15:51
© 2022 - 2024 — McMap. All rights reserved.