An open API service indexing awesome lists of open source software.

https://github.com/paulocf92/hws-easy-browser

Hacking With Swift - Easy Browser project
https://github.com/paulocf92/hws-easy-browser

ios-development storyboard swift uikit webkit

Last synced: about 2 months ago
JSON representation

Hacking With Swift - Easy Browser project

Awesome Lists containing this project

README

        

# Hacking With Swift - Easy Browser project

This project features:
- WKWebView (WebKit lib) to render web pages
- Web View's load method and allowsBackForwardNavigationGestures prop
- UIAlertController's to handle various options or none
- Customization of a view controller's toolbarItems with multiple UIBarButtonItem
- Improve understanding of delegates and protocol design (Liskov Substitution Principle)
- WebView's various lifecycle methods (didFinish, decidePolicyFor, etc)
- Key-Value Observers and observeValue function for a specific keyPath
- Escaping closures