Advertisement
Guest User

Untitled

a guest
Mar 14th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import "ViewController.h"
  2.  
  3. @interface ViewController ()
  4.  
  5. @end
  6.  
  7. @implementation ViewController
  8.  
  9. - (void)viewDidLoad
  10. {
  11.     [Page loadRequest: [NSURLRequest requestWithURL:[NSURL URLWithString: @"http://www.youtube.com"]]]; //Needed for webview.
  12.     [super viewDidLoad];
  13.     // Do any additional setup after loading the view, typically from a nib.
  14. }
  15.  
  16. - (void)didReceiveMemoryWarning
  17. {
  18.     [super didReceiveMemoryWarning];
  19.     // Dispose of any resources that can be recreated.
  20. }
  21.  
  22. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement