Class: UIWebView

Inherits:
Object show all
Defined in:
lib/ios/sugarcube-ui/uiwebview.rb

Instance Method Summary collapse

Instance Method Details

#eval_js(str) ⇒ Object



3
4
5
# File 'lib/ios/sugarcube-ui/uiwebview.rb', line 3

def eval_js(str)
  self.stringByEvaluatingJavaScriptFromString str
end