How many times should the tableView:numberOfRowsInSection method be called when the table view is populated?
My application crashes without warnings, errors or stack tracing. I also tested memory leaks and did not find any. The application is supported at around 1.4 MB.
I have an NSLog report as methods are passed by message, and I notice that tableView:numberOfRowsInSection is called several times. The app crashes during one of these โextraโ calls. The point at which the application crashes changes. I should indicate that the table fills in about 600 cells, if that matters.
I can send the code if you want, but my data source comes from a singleton class , so there is a lot of code. Any help would be greatly appreciated.
Chris
source share