From 2a3304d31523186aef98cbf9e0f1b72d322dc4e3 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TODO.md b/docs/TODO.md index 1b29ba05..3ff7ded2 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -68,7 +68,7 @@
- - [ ] **Subtask** - `TODO:2023-04-21-00-43-59` - Impl. prop `sheetDetents`. + - [x] **Subtask** - `TODO:2023-04-21-00-43-59` - Impl. prop `sheetDetents`. - [ ] **Subtask** - `TODO:2023-04-21-00-31-46` - Impl. `modalPreferredContentSize` * For example, `UIModalPresentationStyle.pageSheet` uses an explicit size that the system provides. * By contrast, `UIModalPresentationStyle.formSheet` uses the view controller’s `preferredContentSize` property, which you can set.