Skip to content

Commit aaa9314

Browse files
committed
Fixes issue with RxCollectionViewDataSourceProxy.
1 parent ed5d40e commit aaa9314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CollectionViewDataSourceNotSet
2525
}
2626

2727
func collectionView(collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
28-
rxAbstractMethodWithMessage(dataSourceNotSet)
28+
return 0
2929
}
3030

3131
// The cell that is returned must be retrieved from a call to -dequeueReusableCellWithReuseIdentifier:forIndexPath:

0 commit comments

Comments
 (0)