SWBroadcastsTableViewCell
class SWBroadcastsTableViewCell : SWHorizonatalListBaseViewCell, UICollectionViewDataSource, UICollectionViewDelegate, SWBroadcastCollectionViewCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerTitleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var headerBtn: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView!
-
Undocumented
Declaration
Swift
var component: SWDiscoveryComponent?
-
Undocumented
Declaration
Swift
var broadcasts: [SWComponentBroadcast]?
-
Undocumented
Declaration
Swift
var delegate: SWBroadcastsTableViewCellDelegate!
-
Set Discover Component for this cell, update cell’s UI and load component data if it is not loaded.
Declaration
Swift
func configureUIWith(component: SWDiscoveryComponent)
Parameters
component
<#component description#>
-
Undocumented
Declaration
Swift
override func reloadDataWith(component: SWDiscoveryComponent)
-
Handler for tapping header button.
Declaration
Swift
@IBAction func headerBtnClicked(_ sender: Any)
Parameters
sender
<#sender description#>
-
Undocumented
Declaration
Swift
func handleClicked(cell: SWBroadcastCollectionViewCell, broadcast: SWComponentBroadcast?)
-
Undocumented
Declaration
Swift
func optionsClicked(cell: SWBroadcastCollectionViewCell, broadcast: SWComponentBroadcast?)
-
Undocumented
Declaration
Swift
func commentsClicked(cell: SWBroadcastCollectionViewCell, broadcast: SWComponentBroadcast?)
-
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, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func setSelected(_ selected: Bool, animated: Bool)