Skip to content

Commit 8e21a50

Browse files
committed
add todos
1 parent 0c37a3b commit 8e21a50

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Components/Sources/Collection/CollectionWrappedCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public final class CollectionWrappedCell<View: ConfigurableItem>: UICollectionVi
1515

1616
// MARK: - Properties
1717

18+
// TODO: - Add way to construct nested view from nib (like in BaseViewGenerator)
1819
public let nestedView: View = .init(frame: .zero)
1920

2021
public var cachedInsets: UIEdgeInsets?

Components/Sources/Table/TableWrappedCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public final class TableWrappedCell<View: ConfigurableItem>: UITableViewCell, Vi
1515

1616
// MARK: - Properties
1717

18+
// TODO: - Add way to construct nested view from nib (like in BaseViewGenerator)
1819
public let nestedView: View = .init(frame: .zero)
1920

2021
public var cachedInsets: UIEdgeInsets?

0 commit comments

Comments
 (0)