We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae09d7 commit cbdaf2cCopy full SHA for cbdaf2c
1 file changed
FLWebView/ViewController.m
@@ -42,8 +42,8 @@ - (void) viewDidLoad {
42
[[self webView] setAutoresizingMask: UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight];
43
[[self view] setAutoresizingMask: UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight];
44
45
- // Just to show *something* on load, we go to Google.
46
- [[self webView] loadRequestFromString:@"http://www.google.com"];
+ // Just to show *something* on load, we go to our favorite site.
+ [[self webView] loadRequestFromString:@"http://www.floatlearning.com/"];
47
}
48
49
/*
0 commit comments