How do I push a new controller via UIButton, nested in a UIScrollView?

Posted by jimijon on Stack Overflow See other posts from Stack Overflow or by jimijon
Published on 2010-01-21T13:38:51Z Indexed on 2010/04/11 22:03 UTC
Read the original article Hit count: 122

Hello -

I have my views that are part of a tabBar. Each view has a navigationController. In one of my views I have an embeded xib component. This is a scrolling view with UIButtons inside it.

I want to slide in another view, inside the navigationController when a person taps the button. I can get the taps, etc.

BUT, I can't figure out how to find the controlling navigationController of that page to push the new view into. Nothing seems to work that I have tried.

IS this possible?

Thanks

© Stack Overflow or respective owner

Related posts about uibutton

Related posts about uinavigationcontroller