How can I dismiss the view appeared by touching Add item in UINavigationController ?

Posted by srikanth rongali on Stack Overflow See other posts from Stack Overflow or by srikanth rongali
Published on 2010-04-25T18:27:00Z Indexed on 2010/04/25 18:33 UTC
Read the original article Hit count: 169

I have added add(+ symbol button) button to my navigation controller. When I click it a view appears from bottom. I added a navigation bar and two buttons to it. One save and one cancel button. And the view have one textEdit box. After editing I can save or cancel. If I touch cancel I need the view to disappear like it should go down again. I think all iPhone , iPodTouch users use it. Like when they touch Add item then a view appears from bottom and when they cancel it goes down again. How can I make in this way in my application.

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about iphone-sdk