itsol-ka
Results
1
issues of
itsol-ka
**Describe the bug** When using UIScrollViewDelegateProxy and UICollectionViewDelegateProxy, one is ignored ## code ```swift let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout) self.collectionView.didSelectItemPublisher.sink { _ in print("not called") } .store(in: &self.cancellableSet)...
bug