-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Insertion Indices #7
Commits on Jan 5, 2016
-
Joachim Bondo committed
Jan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 50cf7bb - Browse repository at this point
Copy the full SHA 50cf7bbView commit details -
Use indices into target for insertions and substitutions
This reflects how UITableView wants its changes applied within a beginUpdates/endUpdates block. Tests are updated to reflect how first deletions are made, then insertions and substitutions. Note, indices for a .Move correspond to those of a separate delete and insert. Fixes #2.
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for b0d8a56 - Browse repository at this point
Copy the full SHA b0d8a56View commit details -
Add tests to verify indices of deletions, insertions
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for db48df7 - Browse repository at this point
Copy the full SHA db48df7View commit details -
Add tests from @davedelong tweet
Wouldn't mind to have his whole test suite to be honest.
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 4199870 - Browse repository at this point
Copy the full SHA 4199870View commit details -
Add test from Apple's UITableView documentation
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for e565c01 - Browse repository at this point
Copy the full SHA e565c01View commit details -
Add tests exercising all four operations
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 06af0cd - Browse repository at this point
Copy the full SHA 06af0cdView commit details -
Update README with more information on indices
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 4bd94f9 - Browse repository at this point
Copy the full SHA 4bd94f9View commit details -
Update code to use example from Apple's guide
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for ab23042 - Browse repository at this point
Copy the full SHA ab23042View commit details -
Change DeLong link from Twitter to GitHub
Joachim Bondo committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 18f62cd - Browse repository at this point
Copy the full SHA 18f62cdView commit details