UICollectionViewCell
extension UICollectionViewCell
-
Returns the nib name based on the class name as a
String.Declaration
Swift
open class func nibName() -> StringReturn Value
The
Stringvalue representing the nib name derived from its class name. -
Returns the nib based on the values returned by
UICollectionViewCell.nibName()andBundle.bundle(forFileName:).Declaration
Swift
open class func nib() -> UINibReturn Value
The
UINibretrived usingUICollectionViewCell.nibName()andBundle.bundle(forFileName:).
View on GitHub
UICollectionViewCell Extension Reference