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 d44765a commit 389994dCopy full SHA for 389994d
iCookTV/Protocols/VideosGridLayout.swift
@@ -31,7 +31,7 @@ protocol VideosGridLayout: class {
31
var collectionView: UICollectionView { get }
32
33
/// Returns a configured collection view.
34
- static func defaultLoadingIndicator() -> UIActivityIndicatorView
+ static func defaultCollectionView(dataSource: UICollectionViewDataSource, delegate: UICollectionViewDelegate) -> UICollectionView
35
36
/// Sets up the collection view in the view hierarchy.
37
func setUpCollectionView()
0 commit comments