Masahiro Watanabe

2pods

MWPlaceSearch

Did you know Apple officially provides a limit-free place search API called MKLocalSearch ? MWPlaceSearch is an easy-to-use MKLocalSearch library written in Swift.

  • Search with a natural query like 'Sushi Vancouver'
  • Optionally provide a region as a hint. Doing this results will be more accurate.
  • You will receive a callback when your search is completed. Results include name, URL, phone number, coordinate, address components such as administrative area, city, street name and so on.

License: MIT

  • Swift

WebkitViewController

WebkitViewController is a simple WKWebView-based WebViewController written purely in Swift.

  • Basic navigation functions such as Next, Back, Reload, Action.
  • Compatible with any orientation regardless of device type.

It tries to remain as basic as what an in-app webView would be.

License: MIT

  • Swift