I try to figure out what -beginUpdates and -endUpdates is actually good for.
Adding and deleting rows should go inside this. But what else? When must I do it? And when is it a good idea to do it even if I don’t have to?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the docs for UITableView beingUpdates:
and:
To me, that answers your question precisely.