Requirements¶
The package requires iOS 15 or higher. Some features need a newer iOS version and silently fall back on older devices.
| Feature | Minimum iOS | Behavior on older iOS |
|---|---|---|
Custom InitialHeightPercent on a sheet |
17.0 | The custom height is ignored and the sheet uses the default medium / large detents. |
HTTPS callback authentication via iOSAuthSession.StartAsync(url, redirectHost, redirectPath, …) |
17.4 | The call completes with an error. Check IsHttpsCallbackSupported at runtime and fall back to a custom URL scheme on older devices. |
BarCollapsingEnabled |
15.0 – 25.x | Removed by Apple in iOS 26; the option has no effect there. |