Dumped Google+ SDK.
[UPDATED] Google+ SDK.
This commit is contained in:
@@ -586,7 +586,7 @@ static Class gSignInClass = Nil;
|
||||
//
|
||||
// Even better is for apps to check the system clock and show some more
|
||||
// helpful, localized instructions for users; this is really a fallback.
|
||||
NSString *html = @"<html><body><div align=center><font size='7'>"
|
||||
NSString *const html = @"<html><body><div align=center><font size='7'>"
|
||||
@"⌚ ?<br><i>System Clock Incorrect</i><br>%@"
|
||||
@"</font></div></body></html>";
|
||||
NSString *errHTML = [NSString stringWithFormat:html, [NSDate date]];
|
||||
@@ -720,6 +720,13 @@ static Class gSignInClass = Nil;
|
||||
[super viewWillDisappear:animated];
|
||||
}
|
||||
|
||||
- (void)viewDidLayoutSubviews {
|
||||
// We don't call super's version of this method because
|
||||
// -[UIViewController viewDidLayoutSubviews] is documented as a no-op, that
|
||||
// didn't exist before iOS 5.
|
||||
[initialActivityIndicator_ setCenter:[webView_ center]];
|
||||
}
|
||||
|
||||
- (BOOL)webView:(UIWebView *)webView
|
||||
shouldStartLoadWithRequest:(NSURLRequest *)request
|
||||
navigationType:(UIWebViewNavigationType)navigationType {
|
||||
|
Reference in New Issue
Block a user