detailsView title and description stays the same, not refreshing ...

Posted by ahmet732 on Stack Overflow See other posts from Stack Overflow or by ahmet732
Published on 2010-04-28T12:19:29Z Indexed on 2010/04/28 12:23 UTC
Read the original article Hit count: 157

Filed under:

I have some values on my tableview coming from database. I simply tap one of them, navigate to detailsView then I can see the title and description of that value on my navigation controller. (title on navigation bar, description on text view in detailsView) but when I wanted to search, I click search bar, keyboard comes up from the bottom, tableview minimizes a bit then find what I want from table. I tap again but titles and descriptions show very first value of my table view .. It does not show the correct title and description. Whenever I searched, it shows the title and description of very first value on my table view..

© Stack Overflow or respective owner

Related posts about objective-c