DTCollectionViewManagerAnomalyHandler
open class DTCollectionViewManagerAnomalyHandler : AnomalyHandler
DTCollectionViewManagerAnomalyHandler
handles anomalies from DTTableViewManager
.
-
Default action to perform when anomaly is detected. Prints debugDescription of anomaly by default.
Declaration
Swift
public static var defaultAction: (DTCollectionViewManagerAnomaly) -> Void
-
Action to perform when anomaly is detected. Defaults to
defaultAction
.Declaration
Swift
open var anomalyAction: (DTCollectionViewManagerAnomaly) -> Void
-
Creates
DTCollectionViewManagerAnomalyHandler
.Declaration
Swift
public init()