|
@@ -47,7 +47,7 @@ class FirstTabViewController: UIViewController, UIScrollViewDelegate, UIGestureR
|
|
webView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor),
|
|
webView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor),
|
|
webView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
|
|
webView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
|
|
webView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
|
|
webView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
|
|
- webView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor)
|
|
|
|
|
|
+ webView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
|
|
])
|
|
])
|
|
webView.scrollView.addGestureRecognizer(tapGesture)
|
|
webView.scrollView.addGestureRecognizer(tapGesture)
|
|
let refreshControl = UIRefreshControl()
|
|
let refreshControl = UIRefreshControl()
|