Sqlite - Simulator vs. Device
Hi Folks,
in my app I have 2 different situations when I am dealing with sqlite:
Scenario Simulator: I am writing data to a sqlite table. After saving, this view will be dismissed and a UITableView appears - populated with the previous entered data. Instantly!
Scenario Device: I am writing data to a sqlite table. After saving, this view will be dismissed and a UITableView appears - NOT Populated with the previous entered data! I have to dismiss the View and after coming back to the view, I will see the data...
Any hints to solve this issue?
Thanks a lot for your assistance and advice!
Stefan
|