Demo video here
Split View demo video here
- simple web browser with multi page support
- uses
WKWebView - uses
UIStackViewand it'sarrangedSubviewsaddArrangedSubviewthings - use to remove view from stackView:
stackView.removeArrangedSubview(webView)webView.removeFromSuperview() - used protocols are:
WKNavigationDelegate,UITextFieldDelegate,UIGestureRecognizerDelegate - used
traitCollectionproperty - used own
UIGestureRecognizerand it's delegateshouldRecognizeSimultaneouslyWithmethod
This project is licensed under the MIT License.

