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 82500a2 commit 1049b68Copy full SHA for 1049b68
README.md
@@ -86,7 +86,7 @@ controller.animated = false
86
// More custom controller configuration ...
87
88
data
89
- .subscribe(bind: tableView.sectionsSubscriber(controller))
+ .bind(subscriber: tableView.sectionsSubscriber(controller))
90
.store(in: &subscriptions)
91
```
92
0 commit comments