Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 493 Bytes

WifiSearch

Wikipedia content search app using Wikipedia's search API.

Notable feature

  • Using UISearchController in the title view of the Navigation bar
  • Wikipedia content search API integration.
  • Http request-response caching using URLCache.
  • Image caching
  • Updating results as the user types and effectively canceling pending previous search task using DispatchWorkItem.
  • Using WKWebView to launch respective Wikipedia page.
  • Updating loading page's progress on ProgressView.