FrameDataSource

@objc(PESDKFrameDataSource) open class FrameDataSource: NSObject

A frame data source provides the frames that should be displayed in the frame tool.

  • Creates a new frame data source for the given collection view.

    Declaration

    Swift

    public init(collectionView: UICollectionView)

    Parameters

    collectionView

    The collection view of this data source.