Explorar o código

Set titles for web views pushed onto the navigation stack.

Ryan Olson %!s(int64=11) %!d(string=hai) anos
pai
achega
95eaab3486
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Classes/Global State Explorers/FLEXWebViewController.m

+ 1 - 0
Classes/Global State Explorers/FLEXWebViewController.m

@@ -90,6 +90,7 @@
         // For clicked links, push another web view controller onto the navigation stack so that hitting the back button works as expected.
         // Don't allow the current web view do handle the navigation.
         FLEXWebViewController *webVC = [[[self class] alloc] initWithURL:[request URL]];
+        webVC.title = [[request URL] absoluteString];
         [self.navigationController pushViewController:webVC animated:YES];
     }
     return shouldStart;