You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Library/UIKit/UICollectionView+ReuseIdentifierProtocol.swift
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public extension UICollectionView {
19
19
20
20
- returns: A subclass of UICollectionReusableView or nil if the cast fails.
21
21
*/
22
-
publicfunc dequeueReusableCell<Identifier:ReuseIdentifierType>(withReuseIdentifier identifier:Identifier, for indexPath:IndexPath)->Identifier.ReusableType?
22
+
func dequeueReusableCell<Identifier:ReuseIdentifierType>(withReuseIdentifier identifier:Identifier, for indexPath:IndexPath)->Identifier.ReusableType?
23
23
where Identifier.ReusableType:UICollectionReusableView
0 commit comments