-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
tvOS - Show and interact with the video menu #1066
Conversation
Thanks for the reference, it helped me implement an alternative version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes. However, let's only make press changes available on tvOS for now and make available to other platforms if applicable.
PreferencesView/Sources/PreferencesView/PressCommandAction.swift
Outdated
Show resolved
Hide resolved
PreferencesView/Sources/PreferencesView/UIPreferencesHostingController.swift
Show resolved
Hide resolved
PreferencesView/Sources/PreferencesView/UIPreferencesHostingController.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will be running up against this in #1203 soon and have addressed my comments.
Thanks for completing it @LePips! I completely forgot about it, as I focused on some other projects |
Made it possible to use the Siri remote to play / stop the video.
This also shows the video menu. Therefore, making it possible to set subtitles etc.
The
PreferencesView
was also removed when showing theVideoPlayer
as it added some unwanted padding to the video content.