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
viewControllerThe view-controller where the user ended the touch
contentOffsetThe 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
viewControllerThe view-controller where the user ended the touch
contentSizeThe contentSize of scroll-view
LiveListViewControllerDelegate Protocol Reference