' Invalid update:invalid number of rows in section 5. The number of rows contained in a existing section after the update (299) must is equal to the number of rows contained I n that section before the update (276), plus or minus the number of rows inserted or deleted from that section (0 inserted , 0 deleted) and plus or minus the number of rows moved into an or out of (0 moved in, 0 moved out). '
The error I showed above was due to the use of this function to refresh UITableView
-(void) Reloadsections: (nsindexset *) Sections withrowanimation: (uitableviewrowanimation) Animation Ns_available_ios(3_0);
Originally TableView only 4 sets of data, TableView in the later increased to 6 groups of data, but I refresh the data when the refresh of 4 groups, so there is the above error ...
' Invalid update:invalid number of rows in section xx. The number of rows contained in an existing sections after the update (XXX) ...