diff --git a/Sources/ConfigurableCell.swift b/Sources/ConfigurableCell.swift index 18035ff..5ec461e 100644 --- a/Sources/ConfigurableCell.swift +++ b/Sources/ConfigurableCell.swift @@ -42,7 +42,7 @@ public extension ConfigurableCell where Self: UITableViewCell { static var estimatedHeight: CGFloat? { get { - return UITableViewAutomaticDimension + return nil } }