I have to show a web article with a UITableView under the article.
UITableView
The only option I found was to display the article in a UIWebView in the
UIWebView
Try this,
[(UIScrollView *)[[webView subviews] lastObject] setScrollEnabled:NO];