IMGLYFilterSelectionController
open class IMGLYFilterSelectionController : UICollectionViewController
Undocumented
-
Undocumented
Declaration
Swift
open var selectedBlock: IMGLYFilterTypeSelectedBlock?
-
Undocumented
Declaration
Swift
open var activeFilterType: IMGLYFilterTypeActiveBlock?
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
open override func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
open override func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
open override func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
open override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)