Skip to content

Commit

Permalink
Add iOS 15 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanzanella committed Sep 13, 2021
1 parent 947293d commit 36999c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

---

> ⚠️ In iOS 15, consider using [UISheetPresentationController](https://developer.apple.com/documentation/uikit/uisheetpresentationcontroller) before `OverlayContainer`
---

`OverlayContainer` tries to be as lightweight and non-intrusive as possible. The layout and the UI customization are done by you to avoid to corrupt your project.

It perfectly mimics the overlay presented in the Siri Shotcuts app. See [this article](https://gaetanzanella.github.io//2018/replicate-apple-maps-overlay/) for details.
Expand Down

0 comments on commit 36999c3

Please sign in to comment.