Skip to content

Commit

Permalink
📝 Docs: Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 20, 2023
1 parent 96cac15 commit d117b26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@

<br>

- [ ] **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.
* This will also be used when `sheet.widthFollowsPreferredContentSizeWhenEdgeAttached` is set to `true`.

<br>

- [ ] `TODO:2023-03-04-13-15-11` - Refactor: Update Modal Events
Expand Down

0 comments on commit d117b26

Please sign in to comment.