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

Adding select tab API to INavigationService #3014

Merged
merged 3 commits into from
Jan 6, 2024
Merged

Conversation

dansiegel
Copy link
Member

Description of Change

In Prism.Forms you had the ability to select the tab from another tab. This isn't quite possible to do from an Extension method now that we've removed IPageAware. This has now been added as an API on INavigationService itself.

Bugs Fixed

  • n/a

API Changes

Added:

  • Task INavigationService.SelectTabAsync(INavigationParameters);

@dansiegel dansiegel force-pushed the dev/ds/maui-select-tab branch 2 times, most recently from aaa8801 to cb781ce Compare January 4, 2024 13:27
@dansiegel dansiegel added this to the Prism 9.0 milestone Jan 6, 2024
@dansiegel dansiegel added the MAUI label Jan 6, 2024
@dansiegel dansiegel marked this pull request as ready for review January 6, 2024 18:18
@dansiegel dansiegel merged commit e7058ca into master Jan 6, 2024
3 checks passed
@dansiegel dansiegel deleted the dev/ds/maui-select-tab branch January 6, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant