LiveListViewControllerDelegate

@objc(M17SDKLiveListViewControllerDelegate)
public protocol LiveListViewControllerDelegate : AnyObject

A LiveListViewControllerDelegate defines methods you can use to receive messages from LiveListViewController.

  • Tells the delegate when the user scrolls the content view within the receiver.

    Declaration

    Swift

    @objc
    optional func liveListViewController(_ viewController: LiveListViewController, didScrollTo contentOffset: CGPoint)

    Parameters

    viewController

    The view-controller where the user ended the touch

    contentOffset

    The content when the scrolling did scroll

  • Tells the delegate when the user scrolls the content view within the receiver.

    Declaration

    Swift

    @objc
    optional func liveListViewController(_ viewController: LiveListViewController, contentSizeDidChange contentSize: CGSize)

    Parameters

    viewController

    The view-controller where the user ended the touch

    contentSize

    The contentSize of scroll-view