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
Post a Comment