SWUpcomingLiveTableViewCell
class SWUpcomingLiveTableViewCell : UITableViewCell
Undocumented
-
UILabel to show a title top of broadcasts collection view.
Declaration
Swift
@IBOutlet weak var titleLbl: UILabel!
-
UICollectionView to show upcoming and live broadcasts.
Declaration
Swift
@IBOutlet weak var broadcastsCollectionView: UICollectionView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var viewAll: UIButton!
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func setSelected(_ selected: Bool, animated: Bool)