From 988284f78c9028b49e444d5f8c9e03b1661ef23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catala=CC=81n?= Date: Fri, 2 Feb 2018 18:09:04 +0100 Subject: [PATCH] feat: Update README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b77d32a4..7a6bee4e 100755 --- a/README.md +++ b/README.md @@ -190,6 +190,9 @@ There is only one method you need to implement to let Skeleton know the cell ide } ``` +> **IMPORTANT!** +> If you are using resizable cells (`tableView.rowHeight = UITableViewAutomaticDimension` ), it's mandatory define the `estimatedRowHeight`. + ### 📰 Multiline text @@ -308,6 +311,7 @@ Coming soon...😅 * [x] Set the filling percent of the last line in multiline elements * [x] Add more gradient animations +* [x] Supported resizable cells * [ ] CollectionView compatible * [ ] Add recovery state * [ ] Custom collections compatible