3

I have used an open source API (VFR reader) to create an iOS app that displays pdf files. Now I want to disable the Retina display in my APP. How can I Do this .

Please help me out..

Abi
  • 958
  • 1
  • 7
  • 22

1 Answers1

7

You can use the enableRetinaDisplay:NO method for this.

dsgriffin
  • 66,495
  • 17
  • 137
  • 137