Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.22 KB

Multibrowser

Swift 4.2 XCode 10+ iOS iOS 12 Licence MIT

Demo video here
Split View demo video here

Main functionality

  • simple web browser with multi page support
  • uses WKWebView
  • uses UIStackView and it's arrangedSubviews 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 delegate shouldRecognizeSimultaneouslyWith method

License

This project is licensed under the MIT License.