set estimatedHeight nil by default

This commit is contained in:
Max Sokolov 2016-09-02 21:09:28 +03:00
parent 52e44dcc6e
commit 1df6447d73
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public extension ConfigurableCell where Self: UITableViewCell {
static var estimatedHeight: CGFloat? {
get {
return UITableViewAutomaticDimension
return nil
}
}