My application crashes when I\'m deleting row from table. Here is my sources where the bug is detected and stack trace. Thanx!
//delete row from database - (
I've seen this before and it is definitely that you have forgotten to update source of data which fill up table. But that part of code is missing. The method which caused this is
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return ; }