iPhone開発 UIWebViewのスクロール速度をUIScrollViewと同等にする

UIWebView *webview;
[webview.scrollView setDecelerationRate:UIScrollViewDecelerationRateNormal];