SWBroadcastsRowTableViewCell
class SWBroadcastsRowTableViewCell : UITableViewCell, UICollectionViewDataSource, UICollectionViewDelegate, SWBroadcastCollectionViewCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView!
-
Undocumented
Declaration
Swift
var delegate: SWBroadcastsTableViewCellDelegate!
-
Undocumented
Declaration
Swift
var broadcasts: [SWStream]?
-
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, 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)