Skip to content

Commit

Permalink
Workaround collection view rendering glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankeller committed Mar 6, 2024
1 parent ea4253b commit 66fcd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public enum MagazineLayoutItemHeightMode: Hashable {
/// For example, if you support multiline labels or dynamic type, your height is likely not known
/// until the Auto Layout engine resolves the layout at runtime.
public static var dynamic: MagazineLayoutItemHeightMode {
.dynamic(estimatedHeight: MagazineLayout.Default.ItemHeight)
.dynamic(estimatedHeight: 10)
}

}

0 comments on commit 66fcd0f

Please sign in to comment.