Files
Swiftgram/AsyncDisplayKit
Garrett Moon 62f378a9fd This patch enables memory warning support on ASRangeController by default
It also fixes a couple subtle bugs:
1. If a range controller update was in flight and you were manually setting the range
mode, you could actually clear out the range mode by calling updateCurrentRangeWithMode:
This is fixed by setting _didUpdateCurrentRange = YES if _needsRangeUpdate is YES.
2. Calling setNeedsUpdate after calling updateCurrentRangeWithMode: can cause the
current range mode to get cleared out. This is because updateCurrentRangeWithMode:
will not set _didUpdateCurrentRange if _currentRangeMode == rangeMode.
2016-11-27 15:42:07 -08:00
..
2016-11-17 16:46:07 +09:00
2016-11-27 10:36:21 -08:00
2016-11-19 06:43:46 -08:00
2016-11-17 16:46:07 +09:00
2016-11-17 16:46:07 +09:00
2016-11-23 20:31:37 -08:00
2016-11-16 11:03:55 +09:00
2015-09-16 20:15:48 -04:00