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
-`animateTableView()` and `animateCells()` have been renamed to `animate()` and are differentiated based on the parameter passed in.
6
+
7
+
- Adding a completion handler when `reloadData(inPlace: animated:)` is called synchronously.
8
+
9
+
-`reloadData(smoothly: animated:)` has been renamed `reloadData(inPlace: animated:)`
10
+
11
+
- A fix for `animateWithFade()` potentially calling it's completion block multiple times.
12
+
13
+
# 1.1 (2017-08-27)
14
+
15
+
This release updates behavior that cell animations will fire their completion block after all the cell animations have completed, not after each individual animation.
16
+
17
+
It is not a minor semantic version bump because while it is a bug fix, it produces a change in behavior which some people may have been relying on.
18
+
19
+
20
+
# 1.0.1 (2017-08-27)
21
+
22
+
This update adds an `indexPaths` parameter to `func animateCells`.
0 commit comments