SWShowsRowTableViewCell
class SWShowsRowTableViewCell : UITableViewCell, UICollectionViewDataSource, UICollectionViewDelegate, SWShowCollectionViewCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
var shows: [SWShowModel]?
-
Undocumented
Declaration
Swift
var delegate: SWShowListTableViewCellDelegate!
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView!
-
Undocumented
Declaration
Swift
func channelActionBtnTapped(show: SWShowModel)
-
Undocumented
Declaration
Swift
func showMoreActionBtnTapped(show: SWShowModel)
-
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)