Alexey Strokin
Alexey Strokin
@nschucky it was merged.
@kohdesmond @jkyeo seems that it was fixed in latest release. 2.0 version
@ish3lan repo was updated to Swift 3
Did you see `setShouldShowNumbers` property? If not could you please try to use it and tell me is that you expect? If not could you please provide more details about...
`inflightRequests` should be thread safe
`inflightRequests` should be thread safe
Basically for this solution you need two things. ``` Observable.combineLatest( viewModel.dataSource.asObservable().filter { !$0.isEmpty }, rx.viewDidAppear ).bind(onNext: { [weak self] _ in self?.collectionView.beginShiftCounting() }) ``` and then inherit from `RxInfiniteCollectionView` here...
@voody2506 @nugmanoff @greenappleball please find my comment above
 do the sam but much clear and require less code
you can achieve it this way too https://gist.github.com/nicklockwood/9b4aac87e7f88c80e932ba3c843252df