Created
August 13, 2018 22:13
-
-
Save Arrlindii/acc779a7af85cf74649ec4e8969dddca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| scrollView.loadNextPageObservable().subscribe(onNext: { | |
| //Code that calls network service to perform specific request | |
| }).disposed(by: disposeBag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment