SWCategoriesTableViewCell
class SWCategoriesTableViewCell : UITableViewCell
Undocumented
-
UILabel to show a title top of categories collection view.
Declaration
Swift
@IBOutlet weak var titleLbl: UILabel!
-
UICollectionView to show all categories.
Declaration
Swift
@IBOutlet weak var categoriesCollectionView: UICollectionView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var categoriesCollectionViewHeightConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func setSelected(_ selected: Bool, animated: Bool)