Skip to content

Instantly share code, notes, and snippets.

@ekurutepe
Created July 24, 2014 12:06
Show Gist options
  • Save ekurutepe/519bd73bdb622d7301dd to your computer and use it in GitHub Desktop.
Save ekurutepe/519bd73bdb622d7301dd to your computer and use it in GitHub Desktop.
View Lifecycle and window property
2014-07-24 14:05:07.735 test[18888:60b] viewDidLoad window: (null)
2014-07-24 14:05:07.736 test[18888:60b] viewWillAppear: window: (null)
2014-07-24 14:05:08.245 test[18888:60b] viewDidAppear: window: <UIWindow: 0x8f40320; frame = (0 0; 320 480); autoresize = W+H; gestureRecognizers = <NSArray: 0x8f34860>; layer = <UIWindowLayer: 0x8f34780>>
2014-07-24 14:05:09.894 test[18888:60b] viewWillDisappear: window: <UIWindow: 0x8f40320; frame = (0 0; 320 480); autoresize = W+H; gestureRecognizers = <NSArray: 0x8f34860>; layer = <UIWindowLayer: 0x8f34780>>
2014-07-24 14:05:10.399 test[18888:60b] viewDidDisappear: window: (null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment