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
BaseCellas the base class.Declaration
Swift
func setupView() -
Required for UICollectionViewCell
Declaration
Swift
required init?(coder aDecoder: NSCoder)
View on GitHub
BaseCell Class Reference