Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. let url = NSURL(string : "http://mydevice.io/")
  2. let requestObj = NSURLRequest(URL: url!);
  3. webView.loadRequest(requestObj);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement