From 520f1f91f09574599c72ff4806848a96412733e2 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sat, 20 Aug 2016 16:47:14 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } ```