We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87327e5 commit f76f71eCopy full SHA for f76f71e
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to QuickConstraint project.
4
5
+## v0.7.1 - [2021-03-27]
6
+
7
+Fixed
8
+* UICollectionViewCell reusableIdentifier property moved up to UICollectionReusableView
9
10
## v0.7.0 - [2021-03-23]
11
12
Changed
Sources/QuickConstraint/CollectionView/UICollectionViewCell.swift renamed to Sources/QuickConstraint/CollectionView/UICollectionReusableView.swift
@@ -17,7 +17,7 @@
17
#if os(iOS) || os(tvOS)
18
import UIKit
19
20
-public extension UICollectionViewCell {
+public extension UICollectionReusableView {
21
22
static var reusableIdentifier: String { String(describing: self) }
23
}
0 commit comments