07-09-2010, 01:43 PM
|
#21 (permalink)
|
|
Registered Member
Join Date: Feb 2010
Posts: 4
|
Another way to stop scrolling!
Since I was just using the UIWebView to display text, what worked for me was to set webView.userInteractionEnabled=NO.
Some more hints here: How To Place a UIWebView inside a UIScrollViewJuggleware Developers' Blog | Juggleware Developers' Blog
|
|
|