File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ extension UITableView : SectionedViewType {
57
57
self . reloadSections ( indexSet ( sections) , with: animationStyle)
58
58
}
59
59
60
- public func performBatchUpdates< S> ( _ changes: Changeset < S > , animationConfiguration: AnimationConfiguration ) {
60
+ public func performBatchUpdates< S> ( _ changes: Changeset < S > , animationConfiguration: AnimationConfiguration ) {
61
61
self . beginUpdates ( )
62
62
_performBatchUpdates ( self , changes: changes, animationConfiguration: animationConfiguration)
63
63
self . endUpdates ( )
@@ -97,7 +97,7 @@ extension UICollectionView : SectionedViewType {
97
97
self . reloadSections ( indexSet ( sections) )
98
98
}
99
99
100
- public func performBatchUpdates< S> ( _ changes: Changeset < S > , animationConfiguration: AnimationConfiguration ) {
100
+ public func performBatchUpdates< S> ( _ changes: Changeset < S > , animationConfiguration: AnimationConfiguration ) {
101
101
self . performBatchUpdates ( { ( ) -> Void in
102
102
_performBatchUpdates ( self , changes: changes, animationConfiguration: animationConfiguration)
103
103
} , completion: { ( completed: Bool ) -> Void in
You can’t perform that action at this time.
0 commit comments