LiveListViewController
@objc(M17SDKLiveListViewController)
public final class LiveListViewController : UIViewController
extension LiveListViewController: UICollectionViewDataSource
extension LiveListViewController: UICollectionViewDelegateFlowLayout
extension LiveListViewController: UIScrollViewDelegate
A view-controller object that display live streams.
-
The delegate of the view-controller
Declaration
Swift
@objc public weak var delegate: LiveListViewControllerDelegate? -
Declaration
Swift
public override func viewDidLoad() -
Declaration
Swift
public override func viewWillAppear(_ animated: Bool) -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize -
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath) -
Declaration
Swift
public func scrollViewDidScroll(_ scrollView: UIScrollView)
LiveListViewController Class Reference