Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Dec 12, 2024

To inherit UIContainerView from GeneralWrapperView, GeneralWrapperView needs to be public, so if these changes are okay then I will modify the public API perhaps

This would close this one: #26456

I've added an internal method UpdateSize to UiContainerView, because SizeThatFits should not affect the size of a view which currently happens

@rmarinho @PureWeen

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Dec 12, 2024
@kubaflo kubaflo changed the title [iOS] Inherit UiContainerView from GeneralWrapperView [iOS] Inherit UIContainerView from MauiView Dec 12, 2024
@kubaflo kubaflo force-pushed the general-wrapper-view-containeruiview branch from 8136e66 to 7caf77c Compare December 12, 2024 18:38
@kubaflo kubaflo force-pushed the general-wrapper-view-containeruiview branch from 7caf77c to 561fffa Compare December 12, 2024 18:49
@kubaflo kubaflo marked this pull request as ready for review December 12, 2024 18:51
@kubaflo kubaflo requested a review from a team as a code owner December 12, 2024 18:52
@rmarinho
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jfversluis jfversluis added the area-architecture Issues with code structure, SDK structure, implementation details label Dec 13, 2024
@PureWeen
Copy link
Member

/rebase

@github-actions github-actions bot force-pushed the general-wrapper-view-containeruiview branch from e18505c to df66359 Compare December 13, 2024 16:48
@PureWeen
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Member

@PureWeen PureWeen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TitleViewSetOnShellWorksAfterNavigation

@samhouts samhouts requested a review from Copilot December 13, 2024 22:17

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)
@kubaflo kubaflo force-pushed the general-wrapper-view-containeruiview branch from df66359 to 46d3315 Compare December 14, 2024 01:09
@PureWeen
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-architecture Issues with code structure, SDK structure, implementation details community ✨ Community Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants