Demo video here
Split View demo video here
- simple web browser with multi page support
- uses
WKWebView
- uses
UIStackView
and it'sarrangedSubviews
addArrangedSubview
things - use to remove view from stackView:
stackView.removeArrangedSubview(webView)
webView.removeFromSuperview()
- used protocols are:
WKNavigationDelegate
,UITextFieldDelegate
,UIGestureRecognizerDelegate
- used
traitCollection
property - used own
UIGestureRecognizer
and it's delegateshouldRecognizeSimultaneouslyWith
method
This project is licensed under the MIT License.