Guest User

Untitled

a guest
Jul 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public override void ViewDidLoad()
  2. {
  3.  
  4. string path = NSBundle.MainBundle.ResourcePath;
  5. string htmlpath = Path.Combine(path, "Welcome.html");
  6.  
  7. webView.LoadRequest(new NSUrlRequest(new NSUrl(htmlpath, true)));
  8. }
Add Comment
Please, Sign In to add comment