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
SWIFT 3 version
webView.scrollView.bounces = false webView.scrollView.isScrollEnabled = false