You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Maui 8.0.40 the display of the TabbedPage title has changed. Unfortunately this has an impact on Prism because currently no title is displayed because we can't configure it with the ITabbedSegmentBuilder.
I attached a simple repro to show the current behavior. PrismTabbedPageTitle.zip
API Changes
Add a new method to ITabbedSegmentBuilder to configure the TabbedPage title
Thanks didn't know this API but how would this help me with dynamically created TabbedPages? I don't have access to the created page without creating e.g. a behavior or do I miss something?
Summary
With Maui 8.0.40 the display of the TabbedPage title has changed. Unfortunately this has an impact on Prism because currently no title is displayed because we can't configure it with the ITabbedSegmentBuilder.
I attached a simple repro to show the current behavior.
PrismTabbedPageTitle.zip
API Changes
Add a new method to ITabbedSegmentBuilder to configure the TabbedPage title
ITabbedSegmentBuilder SetTitle(string title);
Intended Use Case
Create tabs with a configured title
The text was updated successfully, but these errors were encountered: