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

524 views Asked by At

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

1

There are 1 answers

2
dsgriffin On BEST ANSWER

You can use the enableRetinaDisplay:NO method for this.