Skip to content

Commit f76f71e

Browse files
committed
UICollectionViewCell reusableIdentifier static property moved up to UICollectionReusableView
1 parent 87327e5 commit f76f71e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to QuickConstraint project.
44

5+
## v0.7.1 - [2021-03-27]
6+
7+
Fixed
8+
* UICollectionViewCell reusableIdentifier property moved up to UICollectionReusableView
9+
510
## v0.7.0 - [2021-03-23]
611

712
Changed

Sources/QuickConstraint/CollectionView/UICollectionViewCell.swift renamed to Sources/QuickConstraint/CollectionView/UICollectionReusableView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#if os(iOS) || os(tvOS)
1818
import UIKit
1919

20-
public extension UICollectionViewCell {
20+
public extension UICollectionReusableView {
2121

2222
static var reusableIdentifier: String { String(describing: self) }
2323
}

0 commit comments

Comments
 (0)