-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stability, Layout, and Logging Enhancements; Added Support for Legacy…
… Edge Insets Functionality (#202) * Stability, Layout, and Logging Enhancements; Added Support for Legacy Edge Insets Functionality Squashed Commit of the following: commit 89ef650 Author: Will Spurgeon <[email protected]> Date: Thu Nov 9 10:16:10 2017 -0500 Added additional verbose logging to refresh/reloading of data. commit cee70e8 Author: Will Spurgeon <[email protected]> Date: Thu Nov 2 15:05:39 2017 -0400 Clear prefetch index paths upon invalidation. Written by nlobue commit c760425 Author: Will Spurgeon <[email protected]> Date: Mon Oct 30 16:50:56 2017 -0400 Fix for a crash that can occur if the first index is greater the number of items. commit a838e8d Author: Will Spurgeon <[email protected]> Date: Mon Oct 23 14:15:58 2017 -0400 Updated height provider code to be a closure (#191). Fix by vlozko. commit 5e21936 Author: Will Spurgeon <[email protected]> Date: Wed Oct 18 14:06:09 2017 -0400 Fix for crash commit 48846ee Author: Will Spurgeon <[email protected]> Date: Fri Oct 13 10:04:59 2017 -0400 Attempt to fix a crash commit e6d3c6d Author: Will Spurgeon <[email protected]> Date: Thu Oct 5 17:28:58 2017 -0400 Added a flag that determines which version of the inset updating code is run. * Fix crash when changing repeat counts; Add unit tests for it * Line spacing fix, per PR comment * Replace XCTAssertEqual with XCTAssertEqualWithAccuracy due to Swift version
- Loading branch information
1 parent
0b8607f
commit daf9dd4
Showing
6 changed files
with
152 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters