Skip to content

Commit

Permalink
Reset INKBrowser example back to Google
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Apr 21, 2014
1 parent 7fa6beb commit b27f2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IntentKitDemo/INKViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ - (NSArray *)content {
INKBrowserHandler *handler = [[INKBrowserHandler alloc] init];
handler.alwaysShowActivityView = self.activitySwitch.on;
handler.useSystemDefault = self.useSystemDefaultSwitch.on;
NSURL *url = [NSURL URLWithString:@"http://babycastles.com/website"];
NSURL *url = [NSURL URLWithString:@"http://google.com"];
return [handler openURL:url];
}
},
Expand Down

0 comments on commit b27f2f3

Please sign in to comment.