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.
1 parent f386407 commit f544e05Copy full SHA for f544e05
README.md
@@ -35,7 +35,7 @@ RxSwift helps alleviate some of the burden with a simple data binding mechanism:
35
36
```swift
37
let data = Observable<[String]>.just(["first element", "second element", "third element"])
38
-
+
39
data.bind(to: tableView.rx.items(cellIdentifier: "Cell")) { index, model, cell in
40
cell.textLabel?.text = model
41
}
0 commit comments