rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
422 stars 66 forks source link

Add WKWebView #222

Closed Lax closed 4 years ago

Lax commented 4 years ago

UIWebView is deprecated, recommand WKWebView instead.

Usage:

gem "sugarcube", require: %w{ sugarcube-webkit }

💻 merge this PR before #220

wndxlori commented 4 years ago

Oops