views:

16

answers:

1

I have an diary app, based on UITableView and CoreData, all works just fine but there is one little tim thing that is strange. When I recompile the app and mark a row to see the details, the detail view is empty, if I go back and click the again it is populated as it should be.

What is wrong here?

A: 

If you change the data for the UITableView's datasource, you should call -reload.

[myTableView reload];
Brock Woolf
I see that I have provided to little info and therefore it is hard to answer on my qustion. I will add a new question with loadas more info and code.
swe_mattias