uinavigationcontroller - How to jump to any other controller in iOS? -
uinavigationcontroller - How to jump to any other controller in iOS? -
my storyboard construction like:
a navigation controller b tab bar controller c,d,e view controllers f,g,h,i,j view controllers
if on ,and there's button pressed go c.how that? tried create segue between , c, c has button, pressed it,you i. don't want that.when came c, want c first come c b.
if want go h i,i want h have button pressed , f not i.
from c: popviewcontroller twice, or loop through navigationcontroller's viewcontrollers , find c, pop c.
from h i: programmatically force i. in storyboard set storyboard id i, , can create instance through [storyboard instantiateviewcontrollerwithidentifier:id];
ios uinavigationcontroller uitabbarcontroller segue
Comments
Post a Comment