I have a table view which has full of items getting from my database. I open my app. I tap one of my items in table view, then DetailViewController that has only text field does not display anything it is empty. But when I go back to table view then tap any other item again , at this time it displays value what I wanted to display.. It does it for my only first tap.. I have no errors and warnings.. What am i missing?
views:
16answers:
1
A:
Sounds like you implemented tableView:didDeselectRowAtIndexPath: instead of tableView:didSelectRowAtIndexPath:.
Ole Begemann
2010-04-23 21:24:55
ı have never activate that method :( what kind of I met now is really weird ..
2010-04-27 11:04:50