Abi
Abi

Reputation: 958

How to set the property "Retina Display Off" programmatically?

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..

Upvotes: 3

Views: 514

Answers (1)

dsgriffin
dsgriffin

Reputation: 68566

You can use the enableRetinaDisplay:NO method for this.

Upvotes: 7

Related Questions