hit counter

Timeline

My development logbook

My EXC_BAD_ACCESS Mystery

It turns out it is because of the following line of code:

NSLog(@"numberOfRowsInSection %@", [sectionInfo numberOfObjects]);

It should be %i because numberOfObjects returns an integer