Re: Turn off scrolling (bounces) in UIWebView?
TableView does inherit from ScrollView so you should be able to control it directly.
Surprised webview doesn't as well. You could override the touches or better yet send in a bug report if it's something you think would be useful.
|