diff --git a/README.md b/README.md index bfa444a..c3adbf6 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ class StringTableViewCell: UITableViewCell, ConfigurableCell { // ... - static func estimatedHeight() -> CGFloat { - return 44 + static var estimatedHeight: CGFloat? { + return 255 } } ```