IMGLYStickersDataSource
open class IMGLYStickersDataSource : NSObject, IMGLYStickersDataSourceDelegate
Undocumented
-
Undocumented
Declaration
Swift
public let stickers: [IMGLYSticker]
-
Undocumented
Declaration
Swift
public init(stickers: [IMGLYSticker])
-
Undocumented
Declaration
Swift
open func numberOfSections(in collectionView: UICollectionView) -> Int
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
open func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell