I guess is a simple one to answer. When I call a view controller to be presented in a modal view, is it residing in its own window layer or is it just a view animated on top of the presenting view controller?
Asked
Active
Viewed 74 times
1 Answers
3
find out yourself ;)
NSLog(@"%@", [myModalView recursiveDescription]);

deanWombourne
- 38,189
- 13
- 98
- 110
-
I wish I knew about this a long time ago. This is only documented in a technical note. Thanks. – rmaddy Dec 03 '12 at 21:17