Skip to content

Instantly share code, notes, and snippets.

@theand
Last active October 12, 2015 11:58
Show Gist options
  • Save theand/4023628 to your computer and use it in GitHub Desktop.
Save theand/4023628 to your computer and use it in GitHub Desktop.
#ObjectiveC get main view
UIWindow *window = [UIApplication sharedApplication].keyWindow;
ViewController *rootViewController = window.rootViewController;
DebugLog(@"%@", rootViewController.myWebView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment