set estimatedHeight nil by default
This commit is contained in:
parent
52e44dcc6e
commit
1df6447d73
|
|
@ -42,7 +42,7 @@ public extension ConfigurableCell where Self: UITableViewCell {
|
|||
|
||||
static var estimatedHeight: CGFloat? {
|
||||
get {
|
||||
return UITableViewAutomaticDimension
|
||||
return nil
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue