Re: The dreaded UITableView won't refresh problem: SOLVED.

2010-10-15 Thread Matt Neuburg
On Wed, 13 Oct 2010 16:57:22 -0700, G S stokest...@gmail.com said: Turns out to be a simulator bug, or a bug in the way Xcode is loading apps into the simulator. The simulator was showing a UI from a XIB that had long since been deleted from disk and removed from the project. And yet the compiled

The dreaded UITableView won't refresh problem: SOLVED.

2010-10-13 Thread G S
Turns out to be a simulator bug, or a bug in the way Xcode is loading apps into the simulator. The simulator was showing a UI from a XIB that had long since been deleted from disk and removed from the project. And yet the compiled nib from it was turning up in the app package, even after cleans.