UICollectionViewCell
extension UICollectionViewCell
-
Returns the nib name based on the class name as a
String
.Declaration
Swift
open class func nibName() -> String
Return Value
The
String
value 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() -> UINib
Return Value
The
UINib
retrived usingUICollectionViewCell.nibName()
andBundle.bundle(forFileName:)
.