views:

51

answers:

0

I've got following problem: I create a new file. Then call my function to reload my fileList with all Files in my Documents directory. After that I fire the dataReload of my TableView. The Problem I have is that my TableView don't shows all files. The existing Files are shown but the new one not, but therefore the last filename is shown two times. I've tested that and NSLog shows me that only the last fileName is returned by return cell, when reloadData is called.

Thanks for help!