uiwebview - Display a PDF across the entire screen in xcode -


i have xcode application runs on ipad.

it controller holds uiwebview object.

the pdf downloaded internet no problems, need pdf displayed way across screen in landscape orientation.

currently, pdf uses left half of screen when displayed. need span entire window.

thanks help

take care
tony

in viewdidload event,
added line....

webview.scalespagetofit = yes;

and tht forced full screen.... perfect.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -