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
Added a workaround for certain complex (but valid updates) triggering an exception in UITableView and UICollectionView. If an update is deemed likely to trigger this exception, SimpleSource will perform a full reload instead of applying a delta update.
A minor update, which skips empty data source updates.
This avoids needlessly interfering with scroll view animations when no data has changed, and can help avoid some glitches in common cases like pulll-to-refresh.