views:

116

answers:

2

Is there a way to get a PDF that has been loaded into a UIWebView to scroll horizontally instead of vertically?

A: 

No, but you could file a feature request with Apple at http://bugreporter.apple.com

Alex Reynolds
A: 

It appears you can't do this with UIWebView but instead have to use Quartz. Hope this is helpful to anyone searching for the same functionality.

Jeff