update readme

This commit is contained in:
Max Sokolov 2016-08-20 16:47:14 +03:00
parent d3773efbcc
commit 520f1f91f0
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ class StringTableViewCell: UITableViewCell, ConfigurableCell {
// ...
static func estimatedHeight() -> CGFloat {
return 44
static var estimatedHeight: CGFloat? {
return 255
}
}
```