You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
# Next
5
5
6
+
Note: This is backwards-compatibility release, it only fixes build issue with Xcode 12.5. For future development please consider migrating to DTCollectionViewManager 8.
Copy file name to clipboardExpand all lines: Sources/DTCollectionViewManager/DTCollectionViewManager.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ open class DTCollectionViewManager {
94
94
/// Factory for creating cells and reusable views for UICollectionView
95
95
final lazy varviewFactory:CollectionViewFactory={
96
96
precondition(self.isManagingCollectionView,"Please call manager.startManagingWithDelegate(self) before calling any other DTCollectionViewManager methods")
0 commit comments