-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Inherit UIContainerView from MauiView #26576
base: main
Are you sure you want to change the base?
Conversation
8136e66
to
7caf77c
Compare
7caf77c
to
561fffa
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/rebase |
e18505c
to
df66359
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TitleViewSetOnShellWorksAfterNavigation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/UIContainerView.cs:70
- Ensure that the new 'UpdateSize' method is covered by tests to verify its behavior.
internal CGSize UpdateSize(CGSize size)
df66359
to
46d3315
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
To inherit
UIContainerView
fromGeneralWrapperView
,GeneralWrapperView
needs to be public, so if these changes are okay then I will modify the public API perhapsThis would close this one: #26456
I've added an internal method
UpdateSize
toUiContainerView
, because SizeThatFits should not affect the size of a view which currently happens@rmarinho @PureWeen