Some problem of UINavigationController's parentViewController
Posted
by www.ruu.cc
on Stack Overflow
See other posts from Stack Overflow
or by www.ruu.cc
Published on 2010-04-09T08:22:59Z
Indexed on
2010/04/09
8:53 UTC
Read the original article
Hit count: 213
cocoa-touch
navController is class of UINavigationController, I add it to a view whose controller is uiviewcontroller1:
[uiviewcontroller1.view addSubview:navController.view];
Now, my question is whose is the navController's parentViewController?
(uiviewcontroller1 != navController.parentViewController) is true?
© Stack Overflow or respective owner