PLAYNEXT-704 Adapt show access to new channel presentation with action sheet selector #537
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
With the new PAC audio page, the show access A-Z button can now be ambiguous since many audio channels are displayed at once.
The design was left open to developer in order to be able to show the list.
I went with a simple and well known pattern, that would be the default for this kind of operation from the HIG, the action sheet.
Another design route is suggested in #539
Of course it is still open for discussion and we can totally revamp should a better proposal come to us.
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-01-28.at.20.18.12.mp4
Changes Made
showsViewController(...)
method since with the action sheet, it not only needs to build aSectionViewController
, but also select it asynchronously after user selection.Checklist