Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var w = UIApplication.sharedApplication.keyWindow
  2. var app = UIApplication.sharedApplication
  3. var appDelegate = app.delegate
  4. log(app)
  5. log(appDelegate)
  6. log(appDelegate.viewController)
  7. log(appDelegate.viewController.view)
  8. log(appDelegate.viewController.view.subviews)
Add Comment
Please, Sign In to add comment