You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have followed your article and am excited.
Now in my app I do have more subCells per section (10-20). So when reloading the whole section the animation is very confusing.
When using reloadRowsAtIndexPath() I get an InconsistencyException.This seems logical as we constantly change the size of the UITableView.
Could you please help me?
The text was updated successfully, but these errors were encountered:
Hello, I have followed your article and am excited.
Now in my app I do have more subCells per section (10-20). So when reloading the whole section the animation is very confusing.
When using
reloadRowsAtIndexPath()
I get an InconsistencyException.This seems logical as we constantly change the size of the UITableView.Could you please help me?
The text was updated successfully, but these errors were encountered: