-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Could not cast value of type 'UICollectionViewTransitionLayout' (0x10b5dbb08) to 'DisplaySwitcher.TransitionLayout' (0x1087e88f8).
In this function
open func startInteractiveTransition() {
UIApplication.shared.beginIgnoringInteractionEvents()
transitionLayout = collectionView.startInteractiveTransition(to: destinationLayout) { success, finish in
if success && finish {
self.collectionView.reloadData()
UIApplication.shared.endIgnoringInteractionEvents()
}
} as! TransitionLayout
transitionLayout.layoutState = layoutState
createUpdaterAndStart()
}
Metadata
Metadata
Assignees
Labels
No labels