-
Notifications
You must be signed in to change notification settings - Fork 2k
[Net11] [iOS/MacCatalyst] Migrate TabbedPage to handler architecture #36507
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
Changes from 5 commits
4556c4a
baa8df4
32b8419
27b8d55
a609cb2
9202049
4fb06e4
d625ce4
644c3be
23d5c6e
ddd0389
a2f0d1f
50e595d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -204,7 +204,7 @@ internal static IMauiHandlersCollection AddControlsHandlers(this IMauiHandlersCo | |
|
|
||
| #if IOS || MACCATALYST | ||
| handlersCollection.AddHandler(typeof(NavigationPage), typeof(Handlers.Compatibility.NavigationRenderer)); | ||
| handlersCollection.AddHandler(typeof(TabbedPage), typeof(Handlers.Compatibility.TabbedRenderer)); | ||
| handlersCollection.AddHandler<TabbedPage, TabbedViewHandler>(); | ||
|
Tamilarasan-Paranthaman marked this conversation as resolved.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
[major] Regression Prevention / Architectural Layer Placement — This unconditionally flips every iOS/MacCatalyst |
||
| handlersCollection.AddHandler(typeof(FlyoutPage), typeof(Handlers.Compatibility.PhoneFlyoutPageRenderer)); | ||
| #endif | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.