BaseCell
class BaseCell : UICollectionViewCell
A utility class derived from UICollectionViewCell for all UICollectionView cells
-
Main constructor
Declaration
Swift
override init(frame: CGRect)
-
A starting point for all classes that use
BaseCell
as the base class.Declaration
Swift
func setupView()
-
Required for UICollectionViewCell
Declaration
Swift
required init?(coder aDecoder: NSCoder)