diff --git a/MagazineLayout/Public/Types/MagazineLayoutItemSizeMode.swift b/MagazineLayout/Public/Types/MagazineLayoutItemSizeMode.swift index d1b0dce..f52109c 100644 --- a/MagazineLayout/Public/Types/MagazineLayoutItemSizeMode.swift +++ b/MagazineLayout/Public/Types/MagazineLayoutItemSizeMode.swift @@ -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) } }