iphone - How can I get any controller in UINavigationController? -
how can controller in uinavigationcontroller? can top controller using property topviewcontroller; how can example top -1 ?
there property of uinavigationcontroller namely "viewcontrollers" work follows:
nsarray *controllers = [navcontroller viewcontrollers];
and can access view controller returned array!
Comments
Post a Comment