문제

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?

도움이 되었습니까?

해결책

find out yourself ;)

NSLog(@"%@", [myModalView recursiveDescription]);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top