We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b7efc3 + 362bcb0 commit ca05ff6Copy full SHA for ca05ff6
CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
5
6
#### Enhancements
7
* Reduce computational complexity. #242
8
+* Adapted for RxSwift 4.2
9
10
## [3.0.2](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.2)
11
Sources/RxDataSources/UI+SectionedViewType.swift
@@ -11,6 +11,10 @@ import Foundation
import UIKit
12
import Differentiator
13
14
+#if swift(>=4.2)
15
+public typealias UITableViewRowAnimation = UITableView.RowAnimation
16
+#endif
17
+
18
func indexSet(_ values: [Int]) -> IndexSet {
19
let indexSet = NSMutableIndexSet()
20
for i in values {
0 commit comments