Description
For devices that support it, toast notifications should utilize the Dynamic Island instead of a standard toast system if the user is on the app home screen.
Details
- Visuals: Move the notification content into the Dynamic Island. Apply the same tinting used for the toast system.
- Animation: Determine the best animation path—whether animating over the island, switching content, or collapsing/expanding the island.
- State Management: Implement a plan to restore the Dynamic Island's previous content once the notification is dismissed.
- Fallback: Maintain the standard toast system for non-Dynamic Island views and devices, ensuring it respects safe area insets.
Description
For devices that support it, toast notifications should utilize the Dynamic Island instead of a standard toast system if the user is on the app home screen.
Details