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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -