From f5b39b90f2211417c864860d31c1fa287f975086 Mon Sep 17 00:00:00 2001 From: Igor Kulman Date: Sun, 12 Nov 2023 13:00:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Mentioning=20UIListContentConfig?= =?UTF-8?q?uration=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a72c968..5f047ad 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Sample iOS app written the way I write iOS apps because I cannot share the app I * Unit testing, including [testing view controllers for leaks](https://blog.kulman.sk/unit-testing-memory-leaks/) * Creating a view controller in code when Storyboard cannot be used * Using static UITableView cells in a typed way with enums +* Creating simple cells with UIListContentConfiguration * Automated AppStore screenshots taking in multiple languages * Adding custom reactive properties * Basic Dark mode support