I have two view controllers inside a Navigation Controller.
First view controller calls, with a push segue, second view controller. In second view controller I have a UIDatePicker and a "Ok" button. I need that when i press Ok button:
- I go back to my first view controller.
- I pass the NSDate to it.
How can I do it on iOS<6.0? Unwind segues are not available.