DTCollectionViewManagerAnomaly
public enum DTCollectionViewManagerAnomaly : Equatable, CustomStringConvertible, CustomDebugStringConvertible
DTCollectionViewManagerAnomaly
represents various errors and unwanted behaviors that can happen when using DTTableViewManager
class.
See also
MemoryStorageAnomaly
, DTTableViewManagerAnomaly
.
-
Undocumented
Declaration
Swift
case nilCellModel(IndexPath)
-
Undocumented
Declaration
Swift
case nilSupplementaryModel(kind: String, indexPath: IndexPath)
-
Undocumented
Declaration
Swift
case noCellMappingFound(modelDescription: String, indexPath: IndexPath)
-
Undocumented
Declaration
Swift
case noSupplementaryMappingFound(modelDescription: String, kind: String, indexPath: IndexPath)
-
Undocumented
Declaration
Swift
case differentCellReuseIdentifier(mappingReuseIdentifier: String, cellReuseIdentifier: String)
-
Undocumented
Declaration
Swift
case differentSupplementaryReuseIdentifier(mappingReuseIdentifier: String, supplementaryReuseIdentifier: String)
-
Undocumented
Declaration
Swift
case differentCellClass(xibName: String, cellClass: String, expectedCellClass: String)
-
Undocumented
Declaration
Swift
case differentSupplementaryClass(xibName: String, viewClass: String, expectedViewClass: String)
-
Undocumented
Declaration
Swift
case emptyXibFile(xibName: String, expectedViewClass: String)
-
Undocumented
Declaration
Swift
case modelEventCalledWithCellClass(modelType: String, methodName: String, subclassOf: String)
-
Undocumented
Declaration
Swift
case unusedEventDetected(viewType: String, methodName: String)
-
Undocumented
Declaration
Swift
case eventRegistrationForUnregisteredMapping(viewClass: String, signature: String)
-
Undocumented
Declaration
Swift
case flowDelegateLayoutMethodWithDifferentLayout(methodSignature: String)
-
Debug information for happened anomaly
Declaration
Swift
public var debugDescription: String { get }
-
Short description for
DTCollectionViewManagerAnomaly
. Useful for sending to analytics, which might have character limit.Declaration
Swift
public var description: String { get }