-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add tvOS platform to RTDB #1259
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
Conversation
|
I tested the latest commit on Xcode 13's latest beta and the layout issue seems to have been resolved. I looked at the tvOS beta release notes and this note may have addressed the issue. |
That sounds good, this means it should work properly with the latest xcode version. |
| Button(action: { | ||
| isPresented = false | ||
| }) { | ||
| Image(systemName: "chevron.left") | ||
| } |
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.
Double checking, was this new Button view intended to appear on all platforms or just tvOS?
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.
The new button appears on all platforms. The reason why I added it was because tvOS needed a dismiss button to return to the previous page, and I think it would be nice to have for other platforms as well.
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.
LGTM, great work! Left one question above 👆
TODO: