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


i have views part of tabbar. each view has navigationcontroller. in 1 of views have embeded xib component. scrolling view uibuttons inside it.

i want slide in view, inside navigationcontroller when person taps button. can taps, etc.

but, can't figure out how find controlling navigationcontroller of page push new view into. nothing seems work have tried.

is possible?

thanks

you need pass reference navigation controller "down" view hierarchy. or pass object has reference navigation controller "down". or app delegate if has reference navigation controller.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -