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
Post a Comment