iphonejudy macrumors 6502 Original poster Sep 12, 2008 301 1 Jan 21, 2010 #1 How to push a navigation controller from a viewcontroller?
F foobarpig macrumors newbie Jan 18, 2010 3 0 Jan 21, 2010 #2 I believe you're looking for popViewControllerAnimated function if you want to push (in other words remove or pop) view controller from the stack.
I believe you're looking for popViewControllerAnimated function if you want to push (in other words remove or pop) view controller from the stack.
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Jan 21, 2010 #3 foobarpig said: I believe you're looking for popViewControllerAnimated function if you want to push (in other words remove or pop) view controller from the stack. Click to expand... Pop != Push. In fact, it's the exact opposite.
foobarpig said: I believe you're looking for popViewControllerAnimated function if you want to push (in other words remove or pop) view controller from the stack. Click to expand... Pop != Push. In fact, it's the exact opposite.
F foobarpig macrumors newbie Jan 18, 2010 3 0 Jan 22, 2010 #4 dejo said: Pop != Push. In fact, it's the exact opposite. Click to expand... Yes, and that's why "push FROM" might been used and I guessed it's because OP asking about opposite action to "push to". Anyway, the more I read original question, the more confused I get.
dejo said: Pop != Push. In fact, it's the exact opposite. Click to expand... Yes, and that's why "push FROM" might been used and I guessed it's because OP asking about opposite action to "push to". Anyway, the more I read original question, the more confused I get.