iphonejudy macrumors 6502 Original poster Jan 21, 2010 #1 How to push a navigation controller from a viewcontroller?
F foobarpig macrumors newbie 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 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 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.