-1

Can I use QLPreviewController on a device with iOS 3 ?

HasgardLucian
  • 613
  • 1
  • 5
  • 6

2 Answers2

0

No this class is only available in iOS 4.0 or higher: http://developer.apple.com/library/iOS/#documentation/NetworkingInternet/Reference/QLPreviewController_Class/Reference/Reference.html

rckoenes
  • 69,092
  • 8
  • 134
  • 166
0

If you go to the documentation, you can see that it is IOS>=4.

SiggyF
  • 22,088
  • 8
  • 43
  • 57