SWChannelListTableViewCell
class SWChannelListTableViewCell : SWHorizonatalListBaseViewCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerTitleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerViewHeightConstraint: NSLayoutConstraint!
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView!
-
Undocumented
Declaration
Swift
var component: SWDiscoveryComponent!
-
Undocumented
Declaration
Swift
var delegate: SWChannelListTableViewCellDelegate!
-
Undocumented
Declaration
Swift
private var itemSize: CGSize!
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
func hideHeaderView(isHidden: Bool)
-
Undocumented
Declaration
Swift
func configureUIWith(component: SWDiscoveryComponent)
-
Undocumented
Declaration
Swift
override func reloadDataWith(component: SWDiscoveryComponent)
-
Undocumented
Declaration
Swift
override func setSelected(_ selected: Bool, animated: Bool)
-
Undocumented
Declaration
Swift
func numberOfSections(in collectionView: UICollectionView) -> Int
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)