Pregunta

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?

¿Fue útil?

Solución

find out yourself ;)

NSLog(@"%@", [myModalView recursiveDescription]);
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top