Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit cbdaf2c

Browse files
committed
Update ViewController.m
use same starting page for Swift and Obj-C
1 parent aae09d7 commit cbdaf2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FLWebView/ViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ - (void) viewDidLoad {
4242
[[self webView] setAutoresizingMask: UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight];
4343
[[self view] setAutoresizingMask: UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight];
4444

45-
// Just to show *something* on load, we go to Google.
46-
[[self webView] loadRequestFromString:@"http://www.google.com"];
45+
// Just to show *something* on load, we go to our favorite site.
46+
[[self webView] loadRequestFromString:@"http://www.floatlearning.com/"];
4747
}
4848

4949
/*

0 commit comments

Comments
 (0)