Merged
Conversation
MatkovIvan
reviewed
Mar 25, 2026
CHANGELOG.md
Outdated
|
|
||
| ### iOS | ||
|
|
||
| - Platform layers are now located on a system transition view above the root view controller, but below modally displayed view controllers. That may affect presentation of interop view controllers [#2833](https://github.com/JetBrains/compose-multiplatform-core/pull/2833) |
Contributor
There was a problem hiding this comment.
"Platform layers" is an internal concept, such "Breaking Changes" warning doesn't say much for users.
Contributor
Author
There was a problem hiding this comment.
@ASalavei would the following rephrase make sense?
Layers such as Dialog and Popup are now rendered above the main Compose content, but below natively presented modal view controllers. This change may affect how interop view controllers are displayed.
Contributor
There was a problem hiding this comment.
I would go with a bit different thing:
Dialog and Popup container views are now located on a system transition view above the root view controller, but below modally displayed view controllers. That may affect presentation of interop view controllers
kropp
requested changes
Mar 25, 2026
kropp
approved these changes
Mar 25, 2026
MatkovIvan
approved these changes
Mar 25, 2026
sekater
reviewed
Mar 25, 2026
sekater
reviewed
Mar 25, 2026
sekater
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe proposed changes and the issue being fixed
Fixes https://youtrack.jetbrains.com/issue/CMP-9945
Release Notes
N/A