Push a ViewController and It Pops Right Back

Posted by Jim Bonner on Stack Overflow See other posts from Stack Overflow or by Jim Bonner
Published on 2010-04-24T17:35:46Z Indexed on 2010/04/24 17:43 UTC
Read the original article Hit count: 380

Filed under:
|

I have a view controller with a table view and a UISearchBar. When the view controller is first brought up, the table is populated. A click on a table row pushes another view controller, it animates up and then pops right back down and returns me to the table. It does this whether the search bar has been used or not. I do this push pop kind of action in several view controllers with not problem. My guess is that the UISearchBar is somehow getting in the way. Any one have any idea as to what I'm doing wrong?

© Stack Overflow or respective owner

Related posts about uisearchbar

Related posts about iphone