Re: unwind custom segue and uinavigationcontroller

2013-03-23 Thread Matt Neuburg
On Fri, 22 Mar 2013 09:31:28 +0100, Torsten Curdt said: >> If you want a button in the UINavigationBar to do something other than "go >> back", don't use a back button. > >I should just go back. I don't want to change that. >It's just about the "how" - the animation. Sorry, but why? Seriously, t

Re: unwind custom segue and uinavigationcontroller

2013-03-22 Thread Torsten Curdt
> I know quite a lot about segue unwinding. See my book for lots of info: > > http://www.apeth.com/iOSBook/ch19.html#_unwind_segues Wow - that's the first proper write up I've read. Thanks! >>Now the is the question how do I tell the navigation controller to use >>my custom segue when popping bac

Re: unwind custom segue and uinavigationcontroller

2013-03-21 Thread Matt Neuburg
On Thu, 21 Mar 2013 13:47:46 +0100, Torsten Curdt said: >I have a hard time understanding the segue unwinding. I know quite a lot about segue unwinding. See my book for lots of info: http://www.apeth.com/iOSBook/ch19.html#_unwind_segues And the downloadable examples at my github site go into ev

unwind custom segue and uinavigationcontroller

2013-03-21 Thread Torsten Curdt
I have a hard time understanding the segue unwinding. I have a simple storyboard setup. UIViewController with UINavigationController. On a table cell click a custom segue pushes a new UIViewController onto the navigation stack. But then pressing the "back" button in the navigation bar, it only use