I have a UINavigationController which has several screens that implement a logical set of stepped tasks ...
Is there a way that on the last screen I can have logic on a done button that would take me to the start without having to step back through the screens ?
I am really looking for code examples of the logic I would need to put on the done button?
Many thanks