DTCollectionViewNonOptionalManageable
public protocol DTCollectionViewNonOptionalManageable : AnyObject
This protocol is similar to DTCollectionViewManageable
, but allows using non-optional UICollectionView
property.
-
Undocumented
Declaration
Swift
var collectionView: UICollectionView! { get }
-
manager
Extension methodLazily instantiated
DTCollectionViewManager
instance. When your collection view is loaded, callstartManaging(withDelegate:)
method andDTCollectionViewManager
will take over UICollectionView datasource and delegate. Any method, that is not implemented byDTCollectionViewManager
, will be forwarded to delegate.See also
startManaging(withDelegate:)
Declaration
Swift
public var manager: DTCollectionViewManager { get set }